@extends('layouts/contentLayoutMaster') @section('title', 'Route Vehicles List') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')
@if ($errorMessage = Session::get('errorMessage'))
@endif

Route Vehicles

Attach Vehicle
{{-- --}}
No. Route User Trip Number Vehicle Date Status Check in Check out ReceptionDistance Manual Distance Expenses AdjustmentAction
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection