@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM LETTER REFERENCE {{ strtoupper($allocation_letter->ref_number) }} ON SP({{ $allocation_letter->shipping_programme->sp_ref }}) FOR {{ $allocation_letter->port->name }} Back to Transactions @include('includes.messages') {{ csrf_field() }} Contract Number Contract Number @foreach ($facs as $fac) {{ $fac->contract->number }} @endforeach Destinations Destinations @foreach ($allocation_letter->destinationports as $destinationport) {{ $destinationport->name }} @endforeach Contract Number Mk Number Tonnage Destination Port Buyer EDIT @foreach ($allocation_letter->allocation_batches()->where('batch_status', 'single')->get() as $allocation_batch) {{ $allocation_batch->allocation_tonnages->first()->contract_number }} {{ $allocation_batch->fac->contract->sales_advice->mk_number }} {{ $allocation_batch->allocation_tonnages->first()->tonnage }} {{ $allocation_batch->destinationport->name }} {{ $allocation_batch->fac->contract->sales_advice->consignee->name }} evac_trucks()->first())->transaction_code != null) disabled @endif oncontextmenu="return false" --}}>EDIT @endforeach {{-- --}} @endsection @section('more-scripts') @endsection