@php // $total_ = $documents->count()+100; @endphp
{{ strtoupper($company->name) }}
{{ $establishment->address }}
@if (isset($establishment->district->description) && $establishment->district->description != ''){{ $establishment->district->description }}
@endif @if (isset($establishment->province->description) && isset($establishment->department->description)){{ $establishment->province->description }} - {{ $establishment->department->description }}
@endifRUC: {{ $company->number }} Cel: {{ $establishment->telephone }}
RECIBO DE CAJA
{{ $data->series }}-{{ $data->number }}
| SRES: | @php $name = $data->customer->name; $name = explode(' ', $name); $name = $name[0]; @endphp{{ $name }} |
| VEH: | {{ $data->license_plate }} |
| FECHA: | {{ $data->date_of_issue->format('d/m/Y') }} |
| {{ $idx == 0 ? 'POR:' : '' }} | @if ($item->name_product_pdf) {!! $item->name_product_pdf !!} @else {{ $item->item->description }} @endif | {{ $item->total }} | @endforeach
| TOTAL | S/ {{ number_format($data->total, 2) }} |
| Cant. | Descripción | Importe S/ |
|---|---|---|
| {{ number_format($item->quantity, 2) }} | {{ $item->item['description'] }} | {{ $item->total }} |
| ------------------------------------------------------------- | ||
| TOTAL S/ | {{ $data->total }} | |
| ------------------------------------------------------------- | ||
| Chofer: | {{ $data->driver['name'] }} |
| FIRMA DEL REMITENTE | RECIBI CONFORME | FIRMA DEL DESTINATARIO |
|---|