{{--{{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

@if($customer->customer_type=='C') @else @endif @if(isset($business_address->address_line_1) && $business_address->address_line_1!='') @endif @if(isset($business_address->address_line_2) && $business_address->address_line_2!='') @endif @if(isset($business_address->city_name) && $business_address->city_name!='') @endif @if(isset($business_address->district_name) && $business_address->district_name!='') @endif @if(isset($customer->company_branch)) @endif @if($customer->customer_type=='B') @endif @if(isset($customer->mobile) && $customer->mobile!='') @endif @if(isset($customer->telephone) && $customer->telephone!='') @endif @if(isset($customer->email) && $customer->email!='') @endif
{{ __('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 ?? ''}}
@if(isset($delivery_note->po_no) && $delivery_note->po_no!='') @endif @if(isset($delivery_note->invoice_id) && $delivery_note->invoice_id!='') @endif @if(isset($delivery_note->created_by) && $delivery_note->created_by!='') @endif
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 ?? ''}}
@foreach($delivery_products as $product) @endforeach
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