| @lang('Name') | @lang('Email') | @lang('Teacher/Tutor') | @lang('Title') | @lang('Class') | @lang('Students') | @lang('Actions') | |
|---|---|---|---|---|---|---|---|
{{ $teacher->full_name }} |
{{ $teacher->email }} | {{ $teacher->typeName($teacher->type) }} | {{ $teacher->title ?? '-' }} | {{ $teacher->classes->pluck('class_name')->unique()->join(', ') }} | {{-- {{ $teacher->tslinked()->count() }}--}} {{$teacher->students()->count()}} | {{--Link | --}}