Shipment {{ $shipment->shipment_number }}
Termin {{ $shipment->termin->termin_number ?? '-' }}
{{ $shipment->vessel->vessel_name ?? '-' }}
{{ $shipment->spk->spk_number ?? '-' }}
{{ $shipment->fuel->fuel_type ?? '-' }}
{{ number_format($shipment->volume, 0, ',', '.') }} Liter
{{ $shipment->location }}
{{ \Carbon\Carbon::parse($shipment->completion_date)->format('d M Y') }}
{{ $shipment->p ?? '-' }}
{{ $shipment->a ?? '-' }}
{{ $shipment->b ?? '-' }}
{{ $shipment->lo ?? '-' }}
{{ 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') }}