@extends('frontend.layouts.noipunno') @section('content')

শিক্ষক ব্যবস্থাপনা

{{-- @include('frontend.layouts.notice') --}}
{{--
--}} {{--
--}}

শিক্ষক যুক্ত করুন

@csrf
@csrf
@if ($errors->has('name_bn'))
{{ $errors->first('name_bn') }}
@endif
@if ($errors->has('name_en'))
{{ $errors->first('name_en') }}
@endif
@endsection