CLEARING FORWORDING & SHIPPING AGENTS
{{ $_s['address'] }}
Email Address: {{ $_s['email_address'] }}
Job Number | {{$model->consignment->job_number_prefix}} |
---|---|
Customer Name | {{$model->consignment->customer->customer_name}} |
Company name | {{$model->consignment->exporter}} |
L/C | {{$model->consignment->lc}} |
PO # | {{$model->consignment->po_number}} |
Shipment # | {{$model->consignment->shipment_number}} |
Requisition Date | {{date('d-M-Y', strtotime($model->created_at))}} |
---|---|
BL/LAWB NO | {{$model->consignment->blawbno}} |
Containers/PKGS | {{$model->consignment->no_of_packages}} |
Net weight | {{$model->consignment->net}} |
IGM NO & Date | {{$model->consignment->igmno}} {{ $model->consignment->igm_date != '' ? date('d-M-Y', strtotime($model->consignment->igm_date)) : ''}} |
Vessel / Flight Name | {{$model->consignment->vessel}} |
Made Of Shipment | {{ ucwords(str_replace("_", " ",$model->consignment->mode_of_shipment))}} |