| Quotation No | {{$quatation['quatation_no']}} | Inquiry Date | {{$quatation['created_at']}} |
| Creator | {{$quatation->creater->name}} | Shipment Name | {{$quatation['shipment_name']}} |
Master Data
| Shipping Type | {{$quatation->shipmentType->name}} | Shipping Incoterm | {{$quatation->shipmentIncoterm->name}} | Shipment Mode -: | {{$quatation->shipmentMode->name}} |
| Credit Period | {{$quatation->creditPerid->name}} | Currency | {{$quatation->exchangeCurrency->name}} | ||
| Expire Date | {{$quatation['quatation_expire_date']}} | Expire Time | {{$quatation['quatation_expire_time']}} | ||
| Remarks | {{$quatation['remark']}} |
Transactional Data
| POL | {{$quatation->shipmentSeaport->port}} | ||
| POD | {{$quatation->shipmentAirport->city}} | ||
| Cargo Ready Date | {{Carbon\Carbon::parse($quatation['timelimit'])->format('Y-m-d')}} | Cargo Weight | {{$quatation['cargo_weight']}} |
| Free Time Required | {{$quatation['free_time']}} | Opening Time Required | {{ ($quatation['openningtime'] ==0 ?'Standard' : $quatation['openningtime'])}} |
| Packing type | {{$quatation->packingType->name}} | Stackable | {{$quatation['stackable']}} |
| Doc Type | {{$quatation['doctype']}} | Delivery Option | {{$quatation->deliveryOption->name}} |
| Fumigation | {{$quatation['fumigation']}} | Cargo Status | {{$quatation['cargo_status']}} |
| DTHC Included | {{$quatation['dthc_include']}} | Destination Charge | {{$quatation['destination_charge']}} |
| Forwarding Clearance | {{$quatation['forword_clearence']}} | Destination Clearance | {{$quatation['destinationclearance']}} |
| Commodity Name | {{$quatation['commodity_name']}} | Commercial Value | {{$quatation->commercialvalue}} |
| Special Instructions | {{$quatation['speicalinstruction']}} | Special Document Handling | {{$quatation['special_document']}} |
| Other | {{$quatation['other_instruction']}} |
HS Codes
| {{ $pd->hs_code }} |
Packing Dimension
| Packing Type | Length | Width | Height | {{--changed ADDED QTY COLUMN --}}QTY | UOM |
|---|---|---|---|---|---|
| {{ $pd->package }} | {{ $pd->length }} | {{ $pd->width }} | {{ $pd->height }} | {{--changed ADDED QTY COLUMN --}}{{ $pd->qty }} | {{ $pd->measurement_unit }} |
Cargo
| Movement Type | Volume |
|---|---|
| {{ preg_replace('/[^A-Za-z0-9\-]/', ' ', $pc->name) }} | {{ $pc->pivot->unit }} |
| Delivery Address | Pickup Address |
|---|---|
| {{ $quatation['delivery_address1'] }} | {{ $quatation['pickup_address1'] }} |
| {{ $quatation['delivery_address2'] }} | {{ $quatation['pickup_address2'] }} |
| {{ $quatation['delivery_zip'] }} | {{ $quatation['pickup_zip'] }} |
| {{ $quatation['delivery_city'] }} | {{ $quatation['pickup_city'] }} |
| {{ $quatation['delivery_state'] }} | {{ $quatation['pickup_state'] }} |