{{ $loop->index + 1 }} |
@if ($contract->tolling_factory_id == null)
{{ optional($contract->consignee)->name }} |
@else
{{ App\Model\consignee::find($contract->tolling_factory_id)->name }} |
@endif
{{ optional($contract->shipping_instruction)->consignee_reference }} |
{{ optional($contract->sales_advice)->mk_number }} |
{{ $contract->number }} |
{{ Carbon\Carbon::parse($contract->date_declared)->format('Y-m-d') }} |
{{ $contract->tonnage }} |
{{ $contract->shippingmode->name }} |
{{ optional($contract->base)->name }} |
{{ $contract->destinationport->name }} |
Tonnage |
TOC |
@foreach ($contract->wpo_evacuations as $wpo_evacuation)
{{ $wpo_evacuation->tonnage_to_be_evacuated }} |
{{ $wpo_evacuation->port->name }} |
@endforeach
|
wpo_evacuations()->sum('tonnage_to_be_evacuated') == $contract->tonnage) disabled oncontextmenu="return false;" onclick="event.preventDefault();" @endif> TOC EVAC. |
@endforeach