@extends('layouts.structure') @section('content')
Type: {{ ucfirst($dispatch->type ?? 'N/A') }}
Dispatch Option: {{ ucfirst($dispatch->dispatch_option ?? 'N/A') }}
Gross Weight: {{ number_format($dispatch->gross_weight ?? 0, 3) }} TON
Location: {{ $dispatch->location ?? 'Not specified' }}
Packaging Type: {{ ucfirst($dispatch->packaging_type ?? 'N/A') }}
Packaging Quantity: {{ $dispatch->packaging_quantity ?? 'N/A' }}
Scrap: {{ number_format($dispatch->scrap ?? 0, 4) }} TON
Dispatch Remark: {{ $dispatch->remark ?? 'None' }}
Dispatch Notes: {{ $dispatch->notes ?? 'None' }}
Dispatched At: {{ $dispatch->dispatched_at ? $dispatch->dispatched_at->format('Y-m-d H:i:s') : 'N/A' }}
No coil dispatch records.
@endifType: {{ ucfirst($dispatch->type ?? 'N/A') }}
Scrap Weight: {{ number_format($dispatch->gross_weight ?? 0, 3) }} TON
Location: {{ $dispatch->location ?? 'Not specified' }}
Remark: {{ $dispatch->remark ?? 'None' }}
Dispatch Notes: {{ $dispatch->notes ?? 'None' }}
Dispatched At: {{ $dispatch->dispatched_at ? $dispatch->dispatched_at->format('Y-m-d H:i:s') : 'N/A' }}
No scrap dispatch records.
@endifType: {{ ucfirst($dispatch->type ?? 'N/A') }}
Gross Weight: {{ number_format($dispatch->gross_weight ?? 0, 3) }} TON
Location: {{ $dispatch->location ?? 'Not specified' }}
Packaging Type: {{ ucfirst($dispatch->packaging_type ?? 'N/A') }}
Packaging Quantity: {{ $dispatch->packaging_quantity ?? 'N/A' }}
Scrap: {{ number_format($dispatch->scrap ?? 0, 4) }} TON
Dispatch Remark: {{ $dispatch->remark ?? 'None' }}
Dispatch Notes: {{ $dispatch->notes ?? 'None' }}
Dispatched At: {{ $dispatch->dispatched_at ? $dispatch->dispatched_at->format('Y-m-d H:i:s') : 'N/A' }}
No process dispatch records.
@endif