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