Vehicles List

@foreach ($vehicles as $value) @endforeach
# Image Model / Brand / Color / Toll Seats Category Status Manufacture Year
{{ ++$loop->index }}.
image ?? '') }} class="img-fluid shadow rounded-lg" style="width: 80px; height: 80px;">

{{ $value->model }}

{{ $value->brand }}

{{ $value->color }}


{{ $value->vehicle_no }}

{{ $value->seats }}
{{ $value->category_name }}
{{ get_status($value->status)->title }} {{ $value->manufacture_year }}