@slot('tools')

@lang('Students of') {{ $teacher->full_name }}

@endslot @slot('actions')
@endslot
@foreach ($students as $student) @endforeach
@lang('Name') @lang('Fiscal Code') @lang('Class') @lang('Email') @lang('Actions')
{{ $student->name }}
{{ $student->fiscal_code }} {{ $student->class }} {{ $student->email }}