{{-- Cabecera --}} {{--
RNC: {{ $company->identification }}
@endif @if (!empty($company->telephone))Tel: {{ $company->telephone }}
@endif @if (!empty($company->cellphone))Cel: {{ $company->cellphone }}
@endif @if (!empty($company->address))Dirección: {{ $company->address }}
@endif @if (!empty($company->email))Email: {{ $company->email }}
@endifNúmero: {{ $invoice->number_document ?? 'N/A' }}
@if (!empty($invoice->id_fiscal_receipts))NCF: {{ $invoice->comprobant }}
Fecha Vencimiento: {{ $invoice->fiscal_receipts->expired_date }}
{{ $invoice->fiscal_receipts->type_comprobant }}
@endif @else @if (!empty($invoice->conduce_number) || !empty($invoice->ticket_number))Número Conduce: {{ $invoice->conduce_number ?? 'N/A' }}
Número Ticket: {{ $invoice->ticket_number ?? 'N/A' }}
@endif @endifFecha: {{ \Carbon\Carbon::now()->format('d-m-Y') }}
@if (!empty($invoice->condition->description))Condición: {{ $invoice->condition->description }}
@endif