@extends('fleet.layout.base') @section('title', 'Vehicle Type ') @section('content')
| Id | Model | Vehicle No. | Service Type | Action |
|---|---|---|---|---|
| {{$index + 1}} | {{$vehicle->vehicle_model}} | {{$vehicle->vehicle_number}} | {{@$vehicle->service->name}} | |
| Id | Model | Vehicle No. | Service Type | Action |