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