{{ __('app logo') }}

{{ __('Select your account') }}

{{ __('and log in with PIN') }}

{{ __('Return to class session') }} {{ __('Leave kiosk') }}
@foreach($currentStudents as $row) @php $student = $row->student @endphp
@include('student.partials.student-card', [ 'showNickname' => true ])
    @foreach($row->knowledge as $knowledge)
  • {{ $knowledge->level_name }} {{ $knowledge->knowledge_name }}
  • @endforeach
@endforeach
@csrf

{{ __('Confirm student selection') }}

{!! __('Student\'s PIN (:name)', ['name' => '']) !!}
{{ __('Confirm') }}