{{ $loop->index + 1 }}. |
{{ $fac->vessel->name }} |
{{ $fac->eta }} |
{{ $fac->contract->number }} |
{{ strtoupper($fac->fac_tonnage) }} |
{{ strtoupper($fac->contract->destinationport->name) }} |
{{ $fac->contract->shippingmode->name }} |
@if (empty($fac->shipping_line))
{{ optional(optional(optional($fac->contract)->shipping_instruction)->shipping_line)->shipping_line }}
|
@else
{{ optional($fac->shipping_line)->shipping_line }}
|
@endif
{{ $fac->contract->consignee->name }} |
{{ $fac->loadingport->name }} |
{{-- shipment->sum('tonnage_shipped') + $contract->multi_contracts->sum('tonnage_shipped')) disabled onclick="event.preventDefault();" oncontextmenu="return false;" @elseif($fac->allocation_batches->count() > 0) disabled onclick="event.preventDefault();" oncontextmenu="return false;"
@elseif($fac->shipment?->status == 'approved') disabled onclick="event.preventDefault();" oncontextmenu="return false;"
@else onclick="return confirm('Are you sure you want to remove')" @endif>
Remove Allocation | --}}
shipment?->tonnage_shipped + $fac->multi_contracts?->sum('tonnage_shipped') == $fac->fac_tonnage) disabled onclick="event.preventDefault();"
oncontextmenu="return false;" @endif>Edit
Allocation
|
View
Letters
|
@endforeach