{{-- DATOS DEL EMISOR --}}
DATOS DEL EMISOR
Nombre: {{ config('services.sat.business_name') }}
RFC: {{ config('services.sat.rfc') }}
Regimen Fiscal: {{ config('services.sat.tax_regime_name') }}
Domicilio: {{ config('services.sat.address') }}
{{-- DATOS DEL RECEPTOR --}}
DATOS DEL RECEPTOR
Nombre: {{ $invoice->customer->social_reason }}
RFC: {{ $invoice->customer->rfc ?? 'XAXX010101000' }}
Uso CFDI: {{ $invoice->customer->cfdiUsage->code ?? 'G03' }} - {{ $invoice->customer->taxData->cfdiUsage->description ?? 'Gastos en general' }}
Domicilio: {{ $invoice->customer->address }}
{{-- CONCEPTOS --}}
@include('invoices.tables.pdf_order_concepts')
{{-- TABLA DE TOTALES --}}