@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 }}
Ticket de encomienda
{{ $data->series }}-{{ $data->number }}
| Fecha: | {{ $data->date_of_issue }} |
| Remitente: | @php $full_name = $data->sender->name; $explode_name = explode(' ', $full_name); $name = $explode_name[0]; @endphp{{ $name }} |
| P. Partida: | {{ $data->departure }} |
| P. Destino: | {{ $data->arrival }} |
| Destinatario: | {{ $data->issuer->name }} |
| Celular: | {{ $data->issuer->telephone }} |
| Cant. | Descripción | Importe S/ |
|---|---|---|
| {{ number_format($item->quantity, 2) }} | @if ($item->item->name_product_pdf) {!! $item->item->name_product_pdf !!} @else {{ $item->item->description }} @endif | {{ $item->total }} |
| ------------------------------------------------------------- | ||
| TOTAL S/ | {{ $data->total }} | |
| ------------------------------------------------------------- | ||
| Chofer: | @php $name_full_driver = $data->driver->name; $explode_name_driver = explode(' ', $name_full_driver); $name_driver = $explode_name_driver[0]; @endphp{{ $name_driver }} |
| FIRMA DEL REMITENTE | RECIBI CONFORME | FIRMA DEL DESTINATARIO |
|---|