Shipment
No. | contract Number | contract Date | Consignee | MK Number | Tonnage | Destination Port | Country | UK CIF Price ($) | Freight Charge (£) | Exchange Rate declared |
Date Declared | Crop | Shipping Mode | Type of loan | Shiping mode | Season | @can('view.draft.invoice', Auth::user())View Invoices | @endcan
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->index + 1 }} | {{ $contract->number }} | {{ date('d - M - Y', strtotime($contract->contract_date)) }} | {{ optional($contract->consignee)->name }} | {{ $contract->mk_number }} | {{ $contract->tonnage }} | {{ optional($contract->destinationport)->name }} | {{ optional($contract->country)->name }} | {{ $contract->uk_cif_price }} | {{ $contract->freight_charge }} | {{ $contract->exchangerate_declared }} | {{ date('d - M - Y', strtotime($contract->date_declared)) }} | {{ optional($contract->crop)->name }} | {{ $contract->shipping_period }} | {{ $contract->type_of_loan }} | {{ optional($contract->shippingmode)->name }} | {{ $contract->season?->name }} | @can('view.draft.invoice', Auth::user())View Invoice Details | @endcan
No. | contract Number | contract Date | Consignee | MK Number | Tonnage | Destination Port | Country | UK CIF Price ($) | Freight Charge (£) | Exchange Rate declared |
Date Declared | Crop | Shipping Mode | Type of loan | Shiping mode | Season | @can('view.draft.invoice', Auth::user())View Invoices | @endcan