shipment
No. | Contract Number | Insurance Number | Invoice Date | Tonnage Shipped | Freight Exchange Rate |
Vessel | Mode of Shipment | Bill of Laden Number | Bill of Laden Date | Loading Port | Prepared By | Supervised By | Reason For Disapproval | @can('edit.invoice', Auth::user())EDIT | @endcan @can('delete.invoice', Auth::user())DELETE | @endcan @can('draft.invoice', Auth::user())Draft Invoice | @endcan @can('send.supervisor', Auth::user())Send to Supervisor | @endcan
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$loop->index + 1}}. | {{$shipment->contract['number']}} | {{$shipment->insurance_number}} | {{date("d - M - Y", strtotime($shipment->invoice_date))}} | {{$shipment->tonnage_shipped}} | {{$shipment->bl_rate}} | {{$shipment->vessel['name']}} | {{$shipment->shippingmode['name']}} | {{$shipment->bill_of_laden_number}} | {{date("d - M - Y", strtotime($shipment->bill_of_laden_date))}} | {{$shipment->loadingport['name']}} | @foreach ($users as $user) @if ($user->id == $shipment->user_id) {{$user->username}} @endif @endforeach | @foreach ($users as $user) @if ($user->id == $shipment->supervisor_id) {{$user->username}} @endif @endforeach | {{strtoupper($shipment->disapproval_reason)}} | @can('edit.invoice', Auth::user())EDIT | @endcan @can('delete.invoice', Auth::user())@endcan @can('draft.invoice', Auth::user()) | Prepare Invoice | @endcan @can('send.supervisor', Auth::user()){{csrf_field()}} status == 'sup') disabled @endif >Send to Supervisor | @endcan
No. | Contract Number | Insurance Number | Invoice Date | Tonnage Shipped | Freight Exchange Rate |
Vessel | Mode of Shipment | Bill of Laden Number | Bill of Laden Date | Loading Port | Prepared By | Supervised By | Reason For Disapproval | @can('edit.invoice', Auth::user())EDIT | @endcan @can('delete.invoice', Auth::user())DELETE | @endcan @can('draft.invoice', Auth::user())Draft Invoice | @endcan @can('send.supervisor', Auth::user())Send to Supervisor | @endcan