@php /** * @var $document Modules\Dispatch\Entities\DispatchEntity * @var $establishment Modules\Store\Entities\EstablishmentEntity * @var $person Modules\Store\Entities\PersonEntity */ $establishment = $document->establishment; $person = $document->person; @endphp
@include('template::headers.'.$size.'.template_4')
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
Fecha de emisión : {{ $document->date_of_issue }}
Fecha de inicio de traslado : {{ $document->date_of_issue }}
Cliente:{{ $person->name }}
{{ $person->identity_document_type_name }}:{{ $person->number }}
Dirección:{{ $person->address }}
Peso Bruto Total ({{ $document->unit_type_id }}): : {{ $document->total_weight }}
Número de Bultos : {{ $document->packages_number }}
Punto de partida : {{ $document->sender_address }}
Punto de llegada : {{ $document->receiver_address }}
@include('template::dispatch_carriers.'.$size.'.partials.items')
@include('template::dispatch_carriers.'.$size.'.partials.transport_mode_information')