CC o NIT:
Cliente:
Regimen:
Dirección:
Ciudad:
Telefono:
E-mail:

{{$document->client->identification_number}}-{{$document->client->dv ?? NULL}}
{{$document->client->name}}
@inject('regimen', 'App\Models\Tenant\TypeRegime') {{$regimen->findOrFail($document->client->type_regime_id)->name}}
{{$document->client->address}}
@inject('cliente', 'App\Models\Tenant\Client') @inject('ciudad', 'App\Models\Tenant\City') @inject('pais', 'App\Models\Tenant\Country') {{$ciudad->findOrFail($cliente->findOrFail($document->client->id)->city_id)->name}} - {{$pais->findOrFail($cliente->findOrFail($document->client->id)->country_id)->name}}
{{$document->client->phone}}
{{$document->client->email}}



@foreach($document->detail_quotations as $item) @endforeach
Código Descripcion Cantidad UM Val. Unit IVA/IC Dcto Val. Item
{{$item->item->code}} {{$item->item->name}} {{number_format($item->quantity, 2)}} {{$item->item->type_unit->name}} {{number_format($item->price, 2)}} {{number_format($item->total_tax, 2)}} {{number_format($item->discount, 2)}} {{number_format($item->total, 2)}}
Impuestos Retenciones Totales
@if(isset($document->taxes)) @foreach($document->taxes as $item) @if ($item->total > 0) @endif @endforeach @endif
Tipo Base Porcentaje Valor
{{$item->type_tax->name}} {{number_format($item->total/($item->rate/100), 2)}} {{$item->rate}}% {{number_format($item->total, 2)}}
@if(isset($document->taxes)) @foreach($document->taxes as $item) @if ($item->apply) @endif @endforeach @endif
Tipo Base Porcentaje Valor
{{$item->type_tax->name}} {{number_format($item->retention/($item->rate/100), 2)}} {{$item->rate}}% {{number_format($item->retention, 2)}}
Concepto Valor
Base: {{number_format($document->sale, 2)}}
Impuestos: {{number_format($TotalImpuestos, 2)}}
Retenciones: {{number_format($TotalRetenciones, 2)}}
Dctos (-): {{number_format($document->total_discount, 2)}}
Total Factura: {{number_format($document->total, 2)}}
@inject('Varios', 'App\Custom\Various')

NOTAS:


{{$document->observation}}


SON: {{$Varios->NumerosALetras($document->total)}} M/CTE*********.

CUALQUIER INQUIETUD ACERCA DE ESTE DOCUMENTO, COMUNICARSE AL TELEFONO {{$document->client->phone}} o al e-mail {{$document->client->email}}

FIRMA ACEPTACIÓN:


CC:


FECHA: