@extends('layouts.app') @extends('contabilidad.menu') @section('content')
ID | No.SAT | Total | Cliente | Fecha | Estado |
{{ $factura->id }} | {{ $factura->no_sat }} | {{ number_format($factura->total, 2, '.', ',') }} | {{ $factura?->cliente?->nombre }} | {{ date('d-m-Y', strtotime($factura->created_at)) }} | {{ $estado->estado }} |
.TOTAL | {{ number_format($total_final, 2, '.', ',') }} |