@extends('layouts.app', ['title' => 'Edit Class Type']) @section('content')
@csrf @method('put')
{{ $errors->first('name') }}
{{ $errors->first('name_bn') }}
Cancel
@endsection