@slot('tools')

@lang('Link students with') {{ $teacher->full_name }}

@endslot @slot('actions') @endslot
@forelse ($students as $student) @empty @endforelse
@lang('Student Name') @lang('Fiscal Code') @lang('Class') @lang('Actions')
{{ $student->name }} {{ $student->fiscal_code }} {{ $student->class }}
@lang('Select class to load students')
@forelse ($studentsLinked as $student) @empty @endforelse
@lang('Student Name') @lang('Fiscal Code') @lang('Class') @lang('Actions')
{{ $student->name }} {{ $student->fiscal_code }} {{ $student->class }}
@lang('Select class to load students')