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

Contract

@if ($user->can('operation.accra_mkt')) {{-- --}} @endif @foreach ($contracts as $contract) @if ($user->can('operation.accra_mkt')) @if ($contract->country_id != 24) @else @endif {{-- --}} @endif @endforeach @if ($user->can('operation.accra_mkt')) {{-- --}} @endif
No. Contract Number Contract Date Consignee MK Number Tonnage Destination Port Country UK CIF Price ($) Basis Exchange Rate
Declared
Date Declared Category Specialty Shipping Period Type of loan Shipping mode Season EDITDELETEVIEW
{{ $count++ }}. {{ $contract->number }} {{ date('d - M - Y', strtotime($contract->contract_date)) }} {{ optional($contract->consignee)->name }} {{ $contract->mk_number }} {{ number_format($contract->tonnage, 4) }} {{ optional($contract->destinationport)->name }} {{ optional($contract->country)->name }} {{ number_format($contract->uk_cif_price, 2) }} {{ App\Model\base::find($contract->base_id)->name }} {{ $contract->exchangerate_declared }} {{ date('d - M - Y', strtotime($contract->date_declared)) }} {{ optional($contract->crop)->name }} {{ $contract->shipping_instruction?->specialty_type }} {{ $contract->shipping_period }} {{ $contract->type_of_loan }} {{ optional($contract->shippingmode)->name }} {{ $contract->sales_advice->production_year->year }}EDITEDITVIEW DOC
No. Contract Number Contract Date Consignee MK Number Tonnage Destination Port Country UK CIF Price ($) Basis Exchange Rate
declared
Date Declared Category Specialty Shipping Period Type of loan Shipping mode Season EDITDELETEVIEW
Showing {{ $contracts->firstItem() }} to {{ $contracts->lastItem() }} of total {{ $contracts->total() }} entries {{ $contracts->links() }}
{{-- /.box --}}
@endsection @section('more-scripts') @endsection