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

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

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

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

@csrf
{{-- logo --}}
{{--
--}} {{-- --}} {{-- --}} @foreach ($myTeachers as $teacher) @endforeach
শিক্ষকের নাম {{-- --}} পদবি {{-- --}} ফোন নম্বর {{-- --}} ইমেইল আইডিPDS ID/Index Number/SGN {{-- --}} একাউন্ট এর বর্তমান অবস্থা 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->appends(request()->input())->links('pagination::bootstrap-5') }}
{{--

Rows Showing 1 to 10 of 100 entries

--}}
@endsection