@extends('layouts.dashboard') @section('title', 'Trucks') @section('content')
| Name | Rego | Depot | GVM (kg) | Bin capacity | Status | |
|---|---|---|---|---|---|---|
| {{ $truck->name }} | {{ $truck->rego }} | {{ $truck->homeDepot?->name ?? '—' }} | {{ $truck->plated_gvm_kg }} | {{ $truck->bin_capacity }} | {{ str_replace('_', ' ', $truck->status->value) }} | Edit |