@extends('layouts.app') @section('title', 'Add New Section') @section('content')
@csrf
{{ $errors->first('name') }}
{{ $errors->first('class_type_id') }}
{{ $errors->first('name_bn') }}
{{ $errors->first('group_id') }}
{{ $errors->first('session_id') }}
{{ $errors->first('class_year_id') }}
Cancel
@section('js') @endsection @endsection