@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Bus'])
@include('components.alert')
@csrf

Bus

Cancel

Bus Information

@error('bus_reg_no') {{ $message }} @enderror
@error('bus_name') {{ $message }} @enderror
@include('layouts.footers.auth.footer')
@endsection