@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

Parts and Balances

Shipment

@can('view.draft.invoice', Auth::user()) @endcan @foreach ($contracts as $contract) @can('view.draft.invoice', Auth::user()) @endcan @endforeach @can('view.draft.invoice', Auth::user()) @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 View Invoices
{{ $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 }}View Invoice Details
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 View Invoices
@endsection @section('more-scripts') @endsection