@extends('admin.layouts.master') @section('title', 'Edit Bus Types') @section('content')

Edit Bus Type

@csrf @method('PUT')
@error('total_seats') {{ $message }} @enderror Changing this won’t auto-regenerate seat rows unless handled in the controller.
@error('layout') {{ $message }} @enderror
{{-- Status --}}
@error('status')
{{ $message }}
@enderror
Cancel
@endsection