CLEARING FORWARDING & SHIPPING AGENTS
{{ $_s['address'] }}
Email Address: {{ $_s['email_address'] }}
Customer Statement
Name: | {{ $customer->customer_name }} | Email: | {{ $customer->customer_email }} |
Phone: | {{ $customer->customer_phone }} | Address: | {{ $customer->street_address }}, {{ $customer->city }}, {{ $customer->country }} |
S.No | Job No | PO No | BL No | LC No | Item Name | Qty | Amount | Arrived Date | Documents | Remarks |
---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->parent->iteration }} | {{ $item->job_number_prefix }} | {{ $item->po_number }} | {{ $item->blawbno }} | {{ $item->lc }} | {{ $consignmentItem->name }} | {{ $consignmentItem->qty }} {{ $consignmentItem->unit }} | {{ $consignmentItem->total }} {{ $item->currency }} | {{ $item->arival_date ? \Carbon\Carbon::parse($item->arival_date)->format('d-M-Y') : '' }} | {{ $documents }} | {{ $item->remarks }} |