@extends('layouts.app') @section('title', 'Drivers') @section('content')
| Name | Phone | License No. | Expiry | Vehicles |
|---|---|---|---|---|
| {{ $driver->name }} | {{ $driver->phone }} | {{ $driver->license_number ?? '—' }} | {{ optional($driver->license_expiry)->format('d M, Y') ?? '—' }} | {{ $driver->buses_count }} |
| No drivers yet. | ||||