@extends('layouts.dashboard') @section('title', 'Drivers') @section('content')

Drivers

Manage fleet drivers.

@include('ui.partials.driver-table-body', ['drivers' => $drivers])
Name Code License # Type Phone City, ST Status Actions
@include('ui.modals') @include('ui.partials.dispatch-list-scripts', ['tableSelector' => '#driversTable', 'emptyMessage' => "No drivers found. Click 'Add Driver' to create your first one."]) @endsection