{{-- Cabecera --}}


Cotización

Número: {{ $invoice->quotation_number ?? 'N/A' }}

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

@if ($invoice->status == 'draft')

Cotización valida por : {{$company->day_credits}} día

@elseif ($invoice->status == 'paid')

Cotización: Al contado

@elseif ($invoice->status == 'cancelled')

Cotización: 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 }}

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