|
@php
$base64Image = base64_encode(
file_get_contents(public_path('assets/images/tyres_logo.png')),
);
@endphp
Sales@tyresplanet.com.au |
ABN: 95 633 998 624 |
DELIVERY DOCKETTyres Planet PTY LTD209 Mcroyle St, Wacol 4076 CALL: 07 3144 3131 |
|
Customer Information
|
Delivery Docket
|
|
Customer: Cash Sale Email: {{ $cashSaleData['cash_sale_email'] ?? '' }} Company Name: {{ $cashSaleData['cash_sale_company_name'] ?: 'Cash Sale' }} |
Docket No: {{ $order->code }} Date: {{ \Carbon\Carbon::parse($order->created_at)->format('d-m-Y') }} Shipping: @if ($order->shipping_method === 'pickup') Pick-up @else Delivery @endif |
|
Bill To
|
Ship To
|
Delivery Docket
|
|
@if ($customer['company_name'])
Name: {{ $customer['company_name'] ?? '-' }} @else Name: {{ $billSource->name ?? ($billJson['name'] ?? '-') }} @endif Address: {{ $billFullAddress }} Phone: {{ $billSource->phone ?? ($billJson['phone'] ?? '-') }} Email: {{ $billSource->email ?? ($billJson['email'] ?? '-') }} |
@if ($shippingAddress)
Name: {{ $shippingAddress->name }} @else Name: {{ $shippingJson['name'] ?? '-' }} @endif Address: {{ $shippingFullAddress }} @if ($shippingAddress) Phone: {{ $shippingAddress->phone }} Email: {{ $shippingAddress->email }} @else Phone: {{ $shippingJson['phone'] ?? '-' }} Email: {{ $shippingJson['email'] ?? '-' }} @endif |
Docket No: {{ $order->code }} Date: {{ \Carbon\Carbon::parse($order->created_at)->format('d-m-Y') }} Shipping: @if ($order->shipping_method === 'pickup') Pick-up @else Delivery @endif |
|
@php
$base64Image = base64_encode(
file_get_contents(public_path('assets/images/tyres_logo.png')),
);
@endphp
Sales@tyresplanet.com.au |
ABN: 95 633 998 624 |
Delivery DocketTyres Planet PTY LTD209 Mcroyle St, Wacol 4076 CALL: 07 3144 3131 |
| Customer Information | --}}
Customer Information
|
Invoice
|
|
Customer: Cash Sale Email: {{ $cashSaleData['cash_sale_email'] ?? '' }} Company Name: {{ $cashSaleData['cash_sale_company_name'] ?: 'Cash Sale' }} |
Invoice No: {{ $order->code }} Date: {{ \Carbon\Carbon::parse($order->created_at)->format('d-m-Y') }} Payment: {{ strtoupper(str_replace('_', ' ', $order->payment_method ?? '-')) }} Payment Status:{{ ucwords(str_replace('_', ' ', $order->payment_status)) }} Shipping: @if ($order->shipping_method === 'pickup') Pick-up @else Delivery @endif |
|
Bill To
|
Ship To
|
Invoice
|
|
@if ($customer['company_name'])
Name: {{ $customer['company_name'] ?? '-' }} @else Name: {{ $billSource->name ?? ($billJson['name'] ?? '-') }} @endif Address: {{ $billFullAddress }} Phone: {{ $billSource->phone ?? ($billJson['phone'] ?? '-') }} Email: {{ $billSource->email ?? ($billJson['email'] ?? '-') }} |
@if ($shippingAddress)
Name: {{ $shippingAddress->name }} @else Name: {{ $shippingJson['name'] ?? '-' }} @endif Address: {{ $shippingFullAddress }} @if ($shippingAddress) Phone: {{ $shippingAddress->phone }} Email: {{ $shippingAddress->email }} @else Phone: {{ $shippingJson['phone'] ?? '-' }} Email: {{ $shippingJson['email'] ?? '-' }} @endif |
Invoice No: {{ $order->code }} Date: {{ \Carbon\Carbon::parse($order->created_at)->format('d-m-Y') }} Payment: {{ strtoupper(str_replace('_', ' ', $order->payment_method ?? '-')) }} Payment Status:{{ ucwords(str_replace('_', ' ', $order->payment_status)) }} Shipping: @if ($order->shipping_method === 'pickup') Pick-up @else Delivery @endif |
| No | Product Description | Qty |
|---|---|---|
| {{ $globalIndex + 1 }} | {{ $product['name'] ?? '-' }} | {{ $product['quantity'] }} |