GRUPO GRG SAC

MZA. B LOTE. 27A ASC. MAGDALENA, LOS OLIVOS

Lima, Lima - Peru

administracion@grupo-grg.com

R.U.C. 20611760966

COTIZACION

N° {{ $budget->number }}

{{ $budget->person->legal_name }}

{{ $budget->person->phone }}

{{ $budget->person->direction }} @if ($budget->person->district) {{ $budget->person->district->name }} {{ $budget->person->district->province->name }} {{ $budget->person->district->province->department->name }} @endif

{{--

{{ $budget->warehouse->name }} - {{ $budget->warehouse->establishment->name }}

--}}

{{ $budget->person->document_number }}

{{ (new DateTime($budget->issue_date))->format('d/m/Y') }}

{{--

Email: {{ $budget->client->email }}

--}}
@foreach ($budget->details as $d) @endforeach
Ítem Cant. Unid. Med Descripción Precio Uni. S/IGV Precio Uni. C/IGV Sub Total Venta Total
{{ $loop->index + 1 }} {{ $d->quantity }} {{ $d->product->unitOfMeasure->description }} {{ $d->product->name }} {{ number_format((float) $d->priceWithoutTax, 2, '.', '') }} {{ number_format((float) $d->priceWithTax, 2, '.', '') }} {{ number_format((float) $d->subtotal, 2, '.', '') }} {{ number_format((float) $d->total, 2, '.', '') }}

SON : {{ $textAmount }} IMPORTE BRUTO {{ $budget->currency->symbol }} {{ number_format((float) ($budget->subtotal + $budget->discounts), 2, '.', '') }}
IMPUESTO {{ $budget->currency->symbol }} {{ number_format((float) $budget->igv, 2, '.', '') }}
TOTAL {{ $budget->currency->symbol }} {{ number_format((float) $budget->total, 2, '.', '') }}

CONDICIONES DE VENTA

Moneda : {{ $budget->currency->description }}
Documento : {{ $budget->voucher_type->name }}
BCP SOLES : 192-1207849-0-93
Observacion : {{ $budget->observations }}