@extends('layouts.main') @section('container')
Manage available Shipments
| # | Termin Number | Shipment Number | Vessel | SPK | Location | Fuel | Volume (L) | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $shipments->firstItem() + $loop->index }} | {{ 'Termin ' . $shipment->termin->termin_number ?? '-' }} | {{ $shipment->vessel->vessel_name ?? '-' }} | {{ $shipment->spk->spk_number ?? '-' }} | {{ $shipment->location }} | {{ $shipment->fuel->fuel_type ?? '-' }} | {{ number_format($shipment->volume, 0, ',', '.') }} | {{ ucfirst(str_replace('_', ' ', $shipment->status_shipment)) }} |
|
|
No Shipments FoundYou haven't added any Shipments yet |
|||||||||
Get started by adding a new Shipment