# | Folio | Cliente | Razon social | RFC | Fecha | Forma de pago | Método de Pago | Total | Estado | |
---|---|---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | # {{ $invoice->serie }}-{{ $invoice->folio }} | {{ $invoice->customer->comercial_name }} | {{ $invoice->customer->social_reason }} | {{ $invoice->customer->rfc }} | {{ \Carbon\Carbon::parse($invoice->issue_date)->format('d/m/Y') }} - {{ \Carbon\Carbon::parse($invoice->due_date)->format('d/m/Y') }} | {{ $invoice->payment_form ?? '' }} - {{ $invoice->payment_form ? $paymentForms[$invoice->payment_form] : '-' }} | {{ $invoice->payment_method ?? '' }} - {{ $invoice->payment_method ? $paymentMethods[$invoice->payment_method] : '-' }} | ${{ number_format($invoice->total, 2) }} | {{ $status[$invoice->status] ?? 'Desconocido' }} | @if ($invoice->fact_token_id) @else @endif |
No hay facturas para mostrarNo se encontraron facturas en el sistema. |