@slot('tools') @lang('Add Teacher')
@csrf
@endslot @slot('actions')
@endslot

Processing...

@foreach ($teachers as $teacher) {{-- --}} @endforeach
@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
@csrf @method("DELETE")
{{-- {{ $teachers->links('livewire::bootstrap') }} --}}