Basic Information

Shipment {{ $shipment->shipment_number }}

Termin {{ $shipment->termin->termin_number ?? '-' }}

{{ $shipment->vessel->vessel_name ?? '-' }}

{{ $shipment->spk->spk_number ?? '-' }}

Fuel Information

{{ $shipment->fuel->fuel_type ?? '-' }}

{{ number_format($shipment->volume, 0, ',', '.') }} Liter

{{ $shipment->location }}

{{ \Carbon\Carbon::parse($shipment->completion_date)->format('d M Y') }}

Additional Information

{{ $shipment->p ?? '-' }}

{{ $shipment->a ?? '-' }}

{{ $shipment->b ?? '-' }}

{{ $shipment->lo ?? '-' }}

Status Information

{{ ucfirst(str_replace('_', ' ', $shipment->status_shipment)) }}

{{ $shipment->creator->name ?? '-' }}

{{ $shipment->created_at->format('d M Y H:i') }}

{{ $shipment->updated_at->format('d M Y H:i') }}

@if (Auth::check() && Auth::user()->rolePermissions->contains('permission', 'admin_officer'))
Edit
@csrf @method('DELETE')
@endif