@include('components.report-header', ['title' => __('admin.teacher_report')])

{{ __('admin.teacher_report') }}

@foreach($teachers as $t) @endforeach
{{ __('admin.name') }}{{ __('admin.email') }}{{ __('admin.department') }}{{ __('admin.qualification') }}{{ __('admin.specialization') }}{{ __('admin.courses') }}
{{ $t->name }}
{{ $t->father_name ?? '' }}
{{ $t->email }} {{ $t->department ?? '—' }} {{ $t->qualification ?? '—' }} {{ $t->specialization ?? '—' }} {{ $t->teachingCourses->count() }}