@include('includes.messages')
No.
First Contract
Last Contract
MK Number
Tonnage
Destination Port
Buyer
EDIT
DELETE
@foreach ($allocation_letter->allocation_batches()->where('batch_status', 'multi')->get() as $allocation_batch)
{{ $loop->index + 1 }}
{{ $allocation_batch->allocation_tonnages->first()->contract_number }}({{ $allocation_batch->fac->sd_number }})
{{ $allocation_batch->allocation_tonnages->last()->contract_number }}({{ $allocation_batch->fac->sd_number }})
{{ $allocation_batch->fac->contract->sales_advice->mk_number }}
{{ $allocation_batch->allocation_tonnages->sum('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