{{--{{getLogo()}}--}}
{{getConfigArrayValueByKey('COMPANY_DETAILS','company_name')}}
{{getConfigArrayValueByKey('COMPANY_DETAILS','street1')}} {{getConfigArrayValueByKey('COMPANY_DETAILS','street2')}} , {{getConfigArrayValueByKey('COMPANY_DETAILS','city')}}. Telephone : {{getConfigArrayValueByKey('COMPANY_DETAILS','telephone')}} | Fax : {{getConfigArrayValueByKey('COMPANY_DETAILS','fax')}}
Web : {{getConfigArrayValueByKey('COMPANY_DETAILS','website')}} | Email : {{getConfigArrayValueByKey('COMPANY_DETAILS','email')}}
DELIVERY NOTE
| {{ __('xcustomer::customer.labels.business_name')}}: | {{$customer->business_name ?? ''}} |
| {{ __('xcustomer::customer.labels.customer_name')}}: | {{$customer->fullname ?? ''}} |
| {{ __('xcustomer::customer.labels.company_name')}}: | {{$customer->company_name ?? ''}} |
| {{ __('xcustomer::customer.labels.customer_address')}}: | {{$business_address->address_line_1 ?? ''}} |
| {{$business_address->address_line_2 ?? ''}} | |
| {{$business_address->city_name ?? ''}} | |
| {{$business_address->district_name ?? ''}} | |
| {{ __('xcustomer::customer.labels.company_branch')}}: | {{$customer->company_branch ?? ''}} |
| {{ __('xcustomer::customer.labels.att')}}: | {{$customer->fullname ?? ''}} |
| Phone: | {{$customer->mobile ?? ''}} |
| Telephone: | {{$customer->telephone ?? ''}} |
| Email Address: | {{$customer->email ?? ''}} |
| Delivery Note No: | {{$delivery_note->delivery_note_code ?? ''}} |
| Date: | {{$delivery_note->delivery_note_date ?? ''}} |
| PO No: | {{$delivery_note->po_no ?? ''}} |
| Invoice No: | {{$delivery_note->invoice->invoice_code ?? ''}} |
| Created By: | {{$delivery_note->user->username ?? ''}} |
| Item | Description | Quantity |
|---|---|---|
| {{$product->product->item_code}} | {{$product->description}} | {{$product->qty}} |
|
@if(isset($delivery_note->remarks) && $delivery_note->remarks!='')
{!! $delivery_note->remarks!!}
@endif
|
| Authorized Signature | Customer Signature |