@extends('layouts.app') @section('title', 'Fleet Management') @section('breadcrumbs') @endsection @section('content')
Manage vehicles and fleet status
| Registration | Type | Capacity | Current Location | Assigned Driver | Last Service | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $v->registration_number ?? $v->plate ?? 'N/A' }} | {{ $v->type ?? 'N/A' }} | {{ $v->capacity ?? 'N/A' }} | {{ $v->current_location ?? 'N/A' }} | {{ $v->driver->name ?? 'Unassigned' }} | {{ optional($v->last_service_date)->format('d M Y') ?? 'N/A' }} | ||
No vehicles found | |||||||