@extends('layouts.admin') @section('title', 'Fleet') @section('content')
| Fleet # | Registration | Type | Driver | Status | Compliance | Actions |
|---|---|---|---|---|---|---|
| {{ $a->fleet_number }} | {{ $a->registration_number }} | {{ $a->type->name }} | {{ $a->driver?->user?->name ?? '—' }} | @if ($a->insurance_expiry && $a->insurance_expiry->isPast()) Insurance expired @elseif ($a->inspection_expiry && $a->inspection_expiry->isPast()) Inspection expired @else OK @endif | Edit | |
| No ambulances yet — add your first one. | ||||||