{{ $count++ }}. |
{{ $shipment->invoice_date ? Carbon\Carbon::parse($shipment->invoice_date)->format('j M Y') : null }} |
{{ $shipment->invoice_number }} |
{{ $shipment->contract->number }} |
{{ $shipment->bill_of_laden_number }} |
{{ $shipment->bill_of_laden_date ? Carbon\Carbon::parse($shipment->bill_of_laden_date)->format('j M Y') : null }}
|
{{ $shipment->shippingmode->name }} |
{{ $shipment->country->name }} |
{{ $shipment->contract->destinationport->name }} |
{{ $shipment->contract->consignee->name }} |
{{ $shipment->contract->mk_number }} |
{{ $shipment->contract->shipping_period }} |
{{ App\Model\port::find($shipment->loadingport_id)->name }} |
{{ optional($shipment->contract)->type_of_loan }} |
{{ $shipment->contract->crop->name }} @if (
$shipment->contract->shipping_instruction->specialty_type != null &&
$shipment->contract->shipping_instruction->specialty_type != 'N/A')
/{{ $shipment->contract->shipping_instruction->specialty_type }}
@endif
|
{{ $shipment->contract->production_year->year }} |
{{ $shipment->tonnage_shipped }} |
{{ optional(optional($shipment->fac)->shipping_line)->shipping_line }} |
{{ $shipment->vessel->name }} |
{{ $shipment->contract->base->name }} |
{{ number_format($shipment->invoice_detail->cif, 2) }} |
{{ $shipment->invoice_detail->uk_frieght }} |
{{ $shipment->invoice_detail->ex_rate_dl }} |
{{ $shipment->invoice_detail->discount }} |
{{ $shipment->invoice_detail->c_and_i }} |
{{ $shipment->invoice_detail->buyers_gross }} |
{{ optional($shipment->invoice_detail)->bunker_rate }} |
{{ optional($shipment->invoice_detail)->additional_handling_charge }} |
{{ optional($shipment->invoice_detail)->dfc }} |
{{ optional($shipment->invoice_detail)->total_tonnage_freight }} |
{{ optional($shipment->invoice_detail)->bunker_surcharge }} |
{{ optional($shipment->invoice_detail)->gross_freight }} |
{{ optional($shipment->invoice_detail)->bl_rate }} |
{{ optional($shipment->invoice_detail)->total_freight_charge_usd }} |
{{ optional($shipment->invoice_detail)->insurance_premium }} |
{{ optional($shipment->invoice_detail)->retention_amt }} |
{{ optional($shipment->invoice_detail)->bank_gross }} |
{{ optional($shipment->invoice_detail)->chemical_analysis }} |
{{ optional($shipment->invoice_detail)->payable_handling_charges }} |
{{ optional($shipment->invoice_detail)->sum_insured }} |
{{ optional($shipment->invoice_detail)->warehouse_charges }} |
{{ $shipment->insurance_number }} |
@endforeach