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

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

@include('frontend.layouts.notice')
{{--
{{ @$institute->institute_name ?? @$emisTeachers[0]->institutename }}
--}}
{{--
--}}

শিক্ষকের তালিকা (মোট: {{ $myTeachers->total() }})

{{--
--}} {{-- --}} {{-- --}} @foreach($myTeachers as $teacher) @endforeach
শিক্ষকের নাম {{-- --}} পদবি {{-- --}} ফোন নম্বর {{-- --}} ইমেইল আইডিPDS ID / ID {{-- --}} একাউন্ট এর বর্তমান অবস্থা Action
{{ @$teacher->name_bn ?? @$teacher->name_en }} {{@$teacher->designations->designation_name ?? @$teacher->designation}} {{@$teacher->mobile_no}} {{-- {{@$teacher->email}} --}} {{@$teacher->pdsid ?? @$teacher->index_number ?? $teacher->caid}} {{-- {{@$teacher->isactive == 1 ? 'সক্রিয়' : 'সক্রিয় নয়'}} --}}
@if($teacher->uid) @if ($teacher->caid != auth()->user()->caid) @endif {{-- --}} @endif
{{ $myTeachers->links('pagination::bootstrap-5') }}
{{--

Rows Showing 1 to 10 of 100 entries

--}}
{{--
--}}

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

@csrf
logo
@csrf
@if($errors->has('name_en'))
{{ $errors->first('name_en') }}
@endif
{{--
@if($errors->has('psid'))
{{ $errors->first('psid') }}
@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 ($errors->has('division_id')) {{ $errors->first('division_id') }} @endif
@if ($errors->has('district_id')) {{ $errors->first('district_id') }} @endif
@if ($errors->has('upazila_id')) {{ $errors->first('upazila_id') }} @endif
{{--
{{ @$institute->institute_name ?? @$emisTeachers[0]->institutename }}
--}}
ব্যানবেইস/eMIS একাউন্ট এর তথ্য
{{-- ব্যানবেইস / eMIS একাউন্ট এর তথ্য --}}
শিক্ষকের তালিকা (মোট: {{ count($emisTeachers) }})
@csrf
logo
@endsection