|
{{--![]() |
{{ $document->document_type->description }}{{ 'RUC '.$company->number }}{{ $document_number }} |
DATOS DEL TRASLADO | |
---|---|
Fecha de emisión: {{ $document->date_of_issue->format('d/m/Y') }} | Fecha de traslado: {{ $document->date_of_shipping->format('d/m/Y') }} |
Motivo de traslado: {{ $document->transfer_reason_type->description }} | Modalidad de traslado: {{ $document->transport_mode_type->description }} |
Peso Bruto Total de la Guía: ({{ $document->unit_type_id }}) {{ $document->total_weight }} | Documento: @if ($document->reference_document) {{$document->reference_document->document_type->description}} {{ $document->reference_document->number_full }} @endif |
DATOS DEL DESTINATARIO | |
---|---|
Apellidos y Nombre o Razón Social: {{ $customer->name }} | |
R.U.C. / DNI: {{ $customer->number }} | |
Punto de partida: | Punto de llegada: |
{{ $document->origin->location_id }} - {{ $document->origin->address }} | {{ $document->delivery->location_id }} - {{ $document->delivery->address }} |
DATOS DEL TRANSPORTE | DATOS DEL CONDUCTOR | DATOS DEL TRANSPORTISTA | |
---|---|---|---|
Placa: {{ $document->license_plate }} | Licencia: {{ $document->driver->license }} | Empresa: {{ $document->dispatcher->name }} | |
Placa semirremolque: {{ $document->secondary_license_plates ? $document->secondary_license_plates->semitrailer:''}} | Marca: | Conductor: {{ $document_type_driver->description }} {{ $document->driver->number }} | {{ $document_type_dispatcher->description }}: {{ $document->dispatcher->number }} |
Código | Descripción del Articulo | Unidad | Unidad de medida | Cantidad | Peso Total | |||
---|---|---|---|---|---|---|---|---|
{{ $row->item->internal_id }} | {{ $row->item->description }} | {{ $row->item->unit_type_id }} | @if(((int)$row->quantity != $row->quantity)) {{ $row->quantity }} @else {{ number_format($row->quantity, 0) }} @endif | {{$total_weight_line}} | ||||
{{ $row->relation_item->name }} | X | |||||||
X |
OBSERVACION{{ $document->observations }}____________________________________________________________________ |
______________________________________________________________________CONFORMIDAD DEL CLIENTEDNI ______________________________________ |
El documento electrónico ha sido aceptado____________________________________________________________________ |
|
Representación impresa de la Guía de Remisión Electrónica Remitente____________________________________________________________________ |
Usuario: {{ $document->user->name }} | Fecha: {{ date('d-m-Y')}} | Hora: {{ date('H:i:s')}} |
Términos y condiciones del servicio{!! $document->terms_condition !!} |