@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
{{-- --}}
@if ($errors->has('designation'))
{{ $errors->first('designation') }}
@endif
@if ($errors->has('mobile_no'))
{{ $errors->first('mobile_no') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('nid'))
{{ $errors->first('nid') }}
@endif
@if ($errors->has('teacher_type')) {{ $errors->first('teacher_type') }} @endif
@if ($errors->has('access_type')) {{ $errors->first('access_type') }} @endif
@if ( @$institute->is_foreign == 1)
@if ($errors->has('country_uid'))
{{ $errors->first('country_uid') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('state'))
{{ $errors->first('state') }}
@endif
@if ($errors->has('zip_code'))
{{ $errors->first('zip_code') }}
@endif
@else
@if ($errors->has('division_id'))
{{ $errors->first('division_id') }}
@endif
@if ($errors->has('district_id'))
{{ $errors->first('district_id') }}
@endif {{-- @if ($errors->has('district_id')) {{ $errors->first('district_id') }} @endif --}}
@if ($errors->has('upazila_id'))
{{ $errors->first('upazila_id') }}
@endif {{-- @if ($errors->has('upazila_id')) {{ $errors->first('upazila_id') }} @endif --}}
@endif
@if ($errors->has('blood_group'))
{{ $errors->first('blood_group') }}
@endif
@if ($errors->has('emergency_contact'))
{{ $errors->first('emergency_contact') }}
@endif
{{--
--}}
{{--
--}} {{--
--}}
{{--
--}}
@endsection