Vehicles

Manage Vehicles available in current Branch.

@php $stats = [ ['label' => 'Total', 'value' => $total, 'color' => 'primary', 'icon' => 'ph-flag-banner'], ['label' => 'Available', 'value' => $available, 'color' => 'success', 'icon' => 'ph-check-circle'], ['label' => 'On-Duty', 'value' => $onDuty, 'color' => 'danger', 'icon' => 'ph-road-horizon'], ['label' => 'In-Service', 'value' => $inService, 'color' => 'secondary', 'icon' => 'ph-wrench'], ]; @endphp @foreach($stats as $stat)
{{ $stat['label'] }}

{{ $stat['value'] }}

@endforeach
{{-- Vehicles Management Table --}}
{{-- Left Side: Search Bar --}}
{{-- Right Side: Action Buttons --}}
Vehicle # Vehicle Type Vehicle Capacity Status Actions
Loading...
please wait...
{{-- Vehicle Management Modal --}}