@extends('admin.layouts.admin') @section('title', 'Vehicle') @section('content') @include('admin.snippets.msg')
| Vehicle Number Plate | Make | Capacity | Fuel | Route | Actions |
|---|---|---|---|---|---|
| {{ $bus->bus_number }} | {{ $bus->make }} | {{ $bus->capacity }} | {{ $bus->fuel }} | {{ $bus->route->title }} |