@extends('layouts.app') @section('title', 'Add New Group/Department') @section('content')
Add New Group/Department
@csrf
{{ $errors->first('class_type_id') }}
{{ $errors->first('status') }}
{{ $errors->first('name') }}
{{ $errors->first('name_bn') }}
@endsection