OCEANIC LOGISTICS

CLEARING FORWARDING & SHIPPING AGENTS

{{ $_s['address'] }}

Customer Statement

@if($enable)
Name: {{ $customer->customer_name }} Email: {{ $customer->customer_email }}
Phone: {{ $customer->customer_phone }} Address: {{ $customer->street_address }}, {{ $customer->city }}, {{ $customer->country }}
@endif
@foreach ($orders as $index => $item) @foreach ($item->Items as $consignmentItem) @php $documents = ''; $docs = $item->documents ? json_decode($item->documents) : []; foreach ($docs as $doc) { if (empty($doc->date)) { $documents .= $doc->name . ', '; } } $documents = rtrim($documents, ', '); @endphp @endforeach @endforeach
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 }}