{{-- Cabecera --}} {{--


--}}
@if (!empty($company->full_name))

{{ $company->full_name }}

@endif @if (!empty($company->identification))

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 }}

@endif

Factura

@if ($invoice->is_own_client)

Nú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 @endif

Fecha: {{ \Carbon\Carbon::now()->format('d-m-Y') }}

@if (!empty($invoice->condition->description))

Condición: {{ $invoice->condition->description }}

@endif