@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

Factory: {{ App\Model\consignee::find($consignee_id)->name }}

FACTORY EVACUATION

{{-- --}} {{-- --}} {{-- --}} @foreach ($factory_evacuations as $factory_evacuation) @if ($factory_evacuation->toll_factory_consignee_id == null) @else @endif @if ($factory_evacuation->factory_consignee_id == null) @else @endif @if ($factory_evacuation->artisanal_id == null) @else @endif @if ($factory_evacuation->others == null) @else @endif @if ($factory_evacuation->type_of_product->hs_code == null) @else @endif {{-- @if ($factory_evacuation->container_number == null) @else @endif --}} @if ($factory_evacuation->port_of_exit == null) @else @endif {{-- @if ($factory_evacuation->vessel == null) @else @endif --}} @if ($factory_evacuation->destination == null) @else @endif @if ($factory_evacuation->description == null) @else @endif {{-- --}} @endforeach {{-- --}} {{-- --}} {{-- --}}
No. Date Type of Ownership Tolling Factory Type of Shipment Factory Artisanal Others Type of Product HS CODE Quantity (Tonnes)Container NumberPort of LoadingVesselDestination Port Remarks Redirected Destination Return Shipment Redirections EDITDELETE
{{ $loop->index + 1 }} {{ $factory_evacuation->date }} {{ strtoupper($factory_evacuation->mode_of_evacuation) }}N/A {{ strtoupper(optional(App\Model\consignee::find($factory_evacuation->toll_factory_consignee_id))->name) }} {{ strtoupper($factory_evacuation->type_of_shipment) }}N/A {{ strtoupper(optional(App\Model\consignee::find($factory_evacuation->factory_consignee_id))->name) }} N/A {{ strtoupper(optional(App\Model\consignee::find($factory_evacuation->artisanal))->name) }} N/A {{ strtoupper(optional($factory_evacuation->others)) }} {{ $factory_evacuation->type_of_product->type_of_product }}N/A{{ $factory_evacuation->type_of_product->hs_code }}{{ $factory_evacuation->quantity }}N/A{{ $factory_evacuation->container_number }}N/A{{ strtoupper($factory_evacuation->port_of_exit) }}N/A{{ $factory_evacuation->vessel }}N/A{{ strtoupper($factory_evacuation->destination) }}N/A{{ $factory_evacuation->description }}{{ strtoupper($factory_evacuation->redirected_destination) }} RETURN SHIPMENT RE-DIRECTION EDIT
No. Date Type of Ownership Tolling Factory Type of Shipment Factory Artisanal Others Type of Product HS CODE Quantity (Tonnes)Container NumberPort of LoadingVesselDestination Port Remarks Redirected Destination Return Shipment Redirections EDITDELETE
@endsection @section('more-scripts') @endsection