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

WPO EVACUATION

WPO EVACUATION

@can('operation.accra_mkt', Auth::user()) @endcan
@foreach ($wpo_evacuations as $wpo_evacuation) @endforeach
No. MK Number Category Consignee Tonnaged to
be Evacuated
Shipment Period Port Contract Number Type VIEW CDN
{{$loop->index + 1}} {{$wpo_evacuation->mk_number}} {{optional($wpo_evacuation->category)->name}} {{$wpo_evacuation->consignee->name}} {{$wpo_evacuation->tonnage_evacuated}} {{$wpo_evacuation->shipping_period}} {{$wpo_evacuation->port->name}} {{$wpo_evacuation->contract_number}} FACTORY CDN
No. MK Number Category Consignee Tonnaged to
be Evacuated
Shipment Period Port Contract Number Type VIEW CDN
@endsection @section('more-scripts') @endsection