{{ $loop->index + 1 }} |
{{ $factory_evacuation->date }} |
{{ strtoupper($factory_evacuation->mode_of_evacuation) }} |
@if ($factory_evacuation->toll_factory_consignee_id == null)
N/A |
@else
{{ strtoupper(optional(App\Model\consignee::find($factory_evacuation->toll_factory_consignee_id))->name) }}
|
@endif
{{ strtoupper($factory_evacuation->type_of_shipment) }} |
@if ($factory_evacuation->factory_consignee_id == null)
N/A |
@else
{{ strtoupper(optional(App\Model\consignee::find($factory_evacuation->factory_consignee_id))->name) }}
|
@endif
@if ($factory_evacuation->artisanal_id == null)
N/A |
@else
{{ strtoupper(optional(App\Model\consignee::find($factory_evacuation->artisanal))->name) }}
|
@endif
@if ($factory_evacuation->others == null)
N/A |
@else
{{ strtoupper(optional($factory_evacuation->others)) }}
|
@endif
{{ $factory_evacuation->type_of_product->type_of_product }} |
@if ($factory_evacuation->type_of_product->hs_code == null)
N/A |
@else
{{ $factory_evacuation->type_of_product->hs_code }} |
@endif
{{ $factory_evacuation->quantity }} |
{{-- @if ($factory_evacuation->container_number == null)
N/A |
@else
{{ $factory_evacuation->container_number }} |
@endif --}}
@if ($factory_evacuation->port_of_exit == null)
N/A |
@else
{{ strtoupper($factory_evacuation->port_of_exit) }} |
@endif
{{-- @if ($factory_evacuation->vessel == null)
N/A |
@else
{{ $factory_evacuation->vessel }} |
@endif --}}
@if ($factory_evacuation->destination == null)
N/A |
@else
{{ strtoupper($factory_evacuation->destination) }} |
@endif
@if ($factory_evacuation->description == null)
N/A |
@else
{{ $factory_evacuation->description }} |
@endif
{{ strtoupper($factory_evacuation->redirected_destination) }} |
RETURN SHIPMENT |
RE-DIRECTION |
EDIT |
{{-- | --}}
@endforeach