Manage fleet vehicles, categories, WebP compressed images, power sources, and technical specs.
Provide category, vehicle registration plate, technical specs, and WebP images.
| Vehicle | Category / Type | Primary Function | Power & Specs | WebP Gallery | QR Code | Status | Actions |
|---|---|---|---|---|---|---|---|
|
@if($v->primary_image_url)
{{ $v->vehicle_number }}
@if($v->odometer_reading)
ODO: {{ $v->odometer_reading }}
@endif
|
{{ $v->category ? $v->category->name : 'Uncategorized' }} @if($v->category && $v->category->parent) Sub of: {{ $v->category->parent->name }} @endif | {{ $v->primary_function ?: '—' }} | {{ $v->power_source ?: 'Diesel' }} @if($v->core_capacity_specs) {{ $v->core_capacity_specs }} @endif | @if($v->images->count() > 0) {{ $v->images->count() }} WebP {{ Str::plural('Img', $v->images->count()) }} @else No Images @endif | |||
|
No vehicle records found. |
|||||||
{{ $this->selectedQrVehicle->category?->name ?? 'Municipal Sanitation Unit' }}