@extends('layouts.admin')
@section('title','Vehicles')
@section('content')
Vehicles
List of Vehicles (0)
@role('super_admin')
@endrole
| # |
Name |
Model |
Plate Number |
Status |
Date/Time Created |
@role('super_admin')
Action |
@endrole
@include('dashboard.partials.footer')
@endsection
@push('scripts')
@endpush