@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 }}

@include('includes.messages')
{{ csrf_field() }}
@foreach ($allocation_letter->allocation_batches()->where('batch_status', 'single')->get() as $allocation_batch) @endforeach
Contract Number Mk Number Tonnage Destination Port Buyer EDIT
{{ $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
{{-- --}}
@endsection @section('more-scripts') @endsection