@extends('layouts.business')
@section('title', 'Vehicles')
@section('breadcrumb_title', 'Vehicles')
@section('breadcrumb_title_route', route('business.vehicles.index'))
@section('breadcrumb_sub_title', 'List')
@section('page_title', 'Vehicles')
@section('content')
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
| # |
Vehicle No |
Vehicle Name |
Vehicle Type |
Vehicle Range(km) |
Passenger Capacity |
Price Per Day(Rs.) |
Status |
Actions |
@endsection
@section('scripts')
@endsection