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

Route Vehicles

@can('Pending Route Vehicle And Report')
{{-- --}} @endcan Attach Vehicle
No. Route Area Office User Trip Vehicle Date Status Check in Check out Reception Distance Manual Distance Expenses Adjustment Action
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection