{{-- Cabecera --}}
Número: {{ $invoice->invoice_number ?? 'N/A' }}
Fecha: {{ \Carbon\Carbon::now()->format('d-m-Y') }}
@if ($invoice->status == 'draft')Factura de crédito por:{{$company->day_credits}}
@elseif ($invoice->status == 'paid')Factura: Al contado
@elseif ($invoice->status == 'cancelled')Factura: Cancelada
@endif @if(!empty($invoice->condition->description))Condición: {{ $invoice->condition->description }}
@endif @if(!empty($invoice->id_fiscal_receipts))NCF: {{ $invoice->comprobant }}
Fecha Vencimiento: {{ $invoice->fiscal_receipts->expired_date }}
{{ $invoice->fiscal_receipts->type_comprobant }}
@endifRNC: {{ $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 }}
@endif