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

WPO TRANSPORT ALLOCATION

allocations

@can('allocations.create', Auth::user()) @endcan
@can('allocations.toc',Auth::user()) @endcan @can('allocations.send_notification', Auth::user()) @endcan @can('allocations.preview_letter', Auth::user()) @endcan @can('allocations.update', Auth::user()) @endcan @can('allocations.toc', Auth::user()) @endcan @can('allocations.delete', Auth::user()) @endcan @foreach ($allocations as $allocation) @can('allocations.toc',Auth::user()) @endcan @foreach ($ports as $port) @if ($allocation->port_id == $port->id) @endif @endforeach @foreach ($transporters as $transporter) @if ($transporter->id == $allocation->transporter_id) @endif @endforeach @can('allocations.send_notification', Auth::user()) @endcan @can('allocations.preview_letter', Auth::user()) @endcan @can('allocations.update', Auth::user()) @endcan @can('allocations.toc', Auth::user()) @endcan @can('allocations.delete', Auth::user()) @endcan @endforeach @can('allocations.toc',Auth::user()) @endcan @can('allocations.send_notification', Auth::user()) @endcan @can('allocations.preview_letter', Auth::user()) @endcan @can('allocations.update', Auth::user()) @endcan @can('allocations.toc', Auth::user()) @endcan @can('allocations.delete', Auth::user()) @endcan
No. Vessel Agent ETA TonnageActual TonnageMonth Loading Port TransporterSend SMS/E-MailPreviewEDITTOCDELETE
{{$loop->index + 1}} {{$allocation->vessel}} {{$allocation->agent}} {{$allocation->eta}} {{$allocation->allocated_tonnage}}{{$allocation->actual_tonnage}}{{$allocation->month}}{{$port->name}}{{$transporter->name}} sent_status =='sent') onclick="event.preventDefault();" disabled @endif class="btn btn bg-navy btn-flat">SEND NOTIFICATION PREVIEW LETTER EDIT Actual Tonnage
No. Vessel Agent ETA TonnageActual TonnageMonth Loading Port TransporterSend SMS/E-MailPreviewEDITTOCDELETE
@endsection @section('more-scripts') @endsection