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

Factory: {{ App\Model\consignee::find($consignee_id)->name }}

IMPORT DETAILS

{{-- --}} @foreach ($import_details as $import_detail) {{-- --}} @endforeach {{-- --}}
No. Date Country Vessel Type of Beans Import Reference Tonnage Tonnage Left EDITDELETE
{{ $loop->index + 1 }} {{ $import_detail->time_of_arrival }} {{ strtoupper($import_detail->country) }} {{ strtoupper($import_detail->vessel) }} {{ strtoupper(ltrim($import_detail->crop->name, 'Ghana')) }} {{ strtoupper($import_detail->import->import_ref) }} {{ $import_detail->tonnage }} {{ number_format($import_detail->tonnage_balance, 4) }} import->expiry_date)->format('Y-m-d') < Carbon\Carbon::now()) disabled = "disabled" @endif oncontextmenu="return false;">EDIT
No. Date Country Vessel Type of Beans Import Reference Tonnage Tonnage Left EDITDELETE
@endsection @section('more-scripts') @endsection