@extends('layouts.app') @section('title', 'Fleet Loading') @section('content')
Track and manage cargo distribution across your fleet.
| Vehicle | Product | Load Amount | Destination | Status | Actions |
|---|---|---|---|---|---|
|
{{ $loading->fleet->vehicle_number }} {{ $loading->fleet->driver_name }} |
{{ $loading->product ? $loading->product->name : $loading->cargo_type }}
{{ $loading->product ? $loading->product->sku : 'N/A' }} |
@if($loading->load_type == 'weight') {{ number_format($loading->weight, 2) }} Tons @else {{ number_format($loading->quantity, 0) }} Units @endif | {{ $loading->destination }} | {{ $loading->status }} |
|
| No active loading dispatches. | |||||
Total volume dispatched (Weight base).