contract
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))}} | {{$contract->consignee['name']}} | {{$contract->mk_number}} | {{$contract->tonnage}} | {{$contract->destinationport['name']}} | {{$contract->country['name']}} | {{$contract->uk_cif_price}} | {{$contract->freight_charge}} | {{$contract->exchangerate_declared}} | {{date("d - M - Y", strtotime($contract->date_declared))}} | {{$contract->crop['name']}} | {{$contract->shipping_period}} | {{$contract->type_of_loan}} | {{$contract->shippingmode['name']}} | {{$contract->season['crop_year']}} | @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