{{-- 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' }}
Fecha: {{ \Carbon\Carbon::now()->format('d-m-Y') }}
@if(!empty($invoice->condition->description))Condición: {{ $invoice->condition->description }}
@endif @if(!empty($invoice->id_fiscal_receipt))NCF: {{ $invoice->comprobant }}
Fecha Vencimiento: {{ $invoice->fiscal_receipt->expired_date }}
{{ $invoice->fiscal_receipt->type_comprobant }}
@endif