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

Trucks

Manage fleet trucks.

@include('ui.partials.fleet-table-body', ['items' => $trucks, 'numberField' => 'truck_number', 'entity' => 'truck'])
Number Type State Status Actions
@include('ui.modals') @include('ui.partials.dispatch-list-scripts', ['tableSelector' => '#trucksTable', 'emptyMessage' => "No trucks found. Click 'Add Truck' to create your first one."]) @endsection