@php $document_number = $document->series . '-' . str_pad($document->number, 8, '0', STR_PAD_LEFT); $document_number_sale_note = str_pad($document->sale_note->number, 8, '0', STR_PAD_LEFT); $customer = $document->customer; @endphp
@if ($company->logo){{ $establishment->email !== '-' ? ' ' . $establishment->email : '' }} |
{{ $establishment->telephone !== '-' ? $establishment->telephone : '' }} |
TICKET DE ENCOMIENDA |
TE01 -{{ $document_number_sale_note }} |
DESTINATARIO |
---|
Razón social: {{ $customer->name }} |
{{ $customer->identity_document_type->description }}: {{ $customer->number }} |
Teléfono: {{ $customer->telephone }} |
ENVIO |
---|
{{ $document->delivery ? $document->delivery->address : null }}
{{ $document->delivery ? func_get_location($document->delivery->location_id) : null }} |
TRANSPORTE |
---|
Nombre y/o razón social: {{ $document->dispatcher->name }} |
{{ $document_type_dispatcher->description }}: {{ $document->dispatcher->number }} |
@php
use App\CoreFacturalo\Helpers\QrCode\QrCodeGenerate;
$qrCode = new QrCodeGenerate();
$qr = $qrCode->displayPNGBase64("https://www.campograndeperu.com");
@endphp
|