@php $user_role = Auth::user()->role; @endphp @extends('app.app') @section('title') Vehicles @endsection @section('customcss') @endsection @section('content')

Vehicle Trip Report

@if ($user_role == \App\Models\Users::ROLE_VENDOR || $user_role == \App\Models\Users::ROLE_ADMIN) @can('vehicle.create') @endcan {{--
--}} @endif
Vehicle ID Vehicle Name License Plate Number Number of Trip Total Mileage (km) Trip # Start Finish Mileage (km)
@endsection @section('customjs') @endsection