{{ __('app logo') }}

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

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

{{ __('Return to class session') }} {{ __('Leave kiosk') }}
@foreach($students as $student)
@include('student.partials.student-card', ['showNickname' => true])
@endforeach
@csrf

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

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