@php /** * @var $document Modules\Label\Entities\LabelEntity */ @endphp
{{ $document->virtual_shop_name }} {{ $document->shipping_agency_name }}
@if($document->person_cellphone_number) @endif @if($document->destination_agency) @endif @if($document->person_address) @endif @if($document->person_location_name) @endif @if($document->person_address_reference) @endif @if($document->amount) @endif
Recibe : {{ $document->person_name }}
{{ $document->person_identity_document_type_name }} : {{ $document->person_number }}
Celular : {{ $document->person_cellphone_number }}
Agencia destino : {{ $document->destination_agency }}
Dirección de envío : {{ $document->person_address }}
Distrito : {{ $document->person_location_name }}
Referencia : {{ $document->person_address_reference }}
Por cobrar : {{ $document->amount }}
@if(count($document->items) >0)
@include('template::labels.'.$size.'.partials.items')
@endif