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

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

{{--
--}}

শিক্ষকের তালিকা (মোট: {{ $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->caid}}{{@$teacher->isactive == 1 ? 'সক্রিয়' : 'সক্রিয় নয়'}}
@if($teacher->uid) {{-- --}} @endif
{{--

Rows Showing 1 to 10 of 100 entries

--}}
{{--
--}}
{{ $myTeachers->links('pagination::bootstrap-5') }}

শিক্ষকের তথ্য পরিবর্তন

@method('PUT') @csrf

শুধুমাত্র মোবাইল নাম্বার ও ইমেল এড্রেস পরিবর্তন করা যাবে।

@if($errors->has('name_en'))
{{ $errors->first('name_en') }}
@endif
@if($errors->has('pdsid'))
{{ $errors->first('pdsid') }}
@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) }})
{{--
--}} {{--
--}} {{--
{{ @$institute->institute_name ?? @$emisTeachers[0]->institutename }}
--}}
@csrf
logo
{{--
--}} {{--
--}}
@foreach($emisTeachers as $teacher) @if($teacher->pdsid)
Profile Image

{{@$teacher->fullname_bn ?? @$teacher->fullname}}

{{@$teacher->designation}}

PDSID: {{@$teacher->pdsid}}

যুক্ত করুন

@endif @endforeach @foreach(@$banbiesTeachers as $teacher) @if($teacher->emp_uid)
Profile Image

{{@$teacher->employee_name_bn}}

{{@$teacher->designation_name}}

ID: {{@$teacher->emp_uid}}

@endif @endforeach
{{-- --}} {{-- --}} @endsection @section('custom-js') @endsection