{{--
« {{ __('Back') }}

{{ __('Start new lesson') }}

--}}
{{ __('app logo') }}

{{ $edugroup->name }}

{{ $course->name }}

{{ __('Students will confirm attendance by clicking their character.') }}

/{{ $students->count() }}
@foreach($students as $student) @include('student.partials.student-card') @endforeach
@csrf {{ __('Confirm') }}