@extends('fleet.layout.base') @section('title', 'Vehicle Type ') @section('content')
Vehicle Type
Add Vehicletype @foreach($fleet_vehicle as $index => $vehicle) @endforeach
Id Model Vehicle No. Service Type Action
{{$index + 1}} {{$vehicle->vehicle_model}} {{$vehicle->vehicle_number}} {{@$vehicle->service->name}}
{{ csrf_field() }} @if( Setting::get('demo_mode') == 0) Edit @endif
Id Model Vehicle No. Service Type Action
@endsection