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

contract

contract

@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))}} {{$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']}}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