{{ __('Select your account') }}
{{ __('and log in with PIN') }}
@foreach($currentStudents as $row)
@php $student = $row->student @endphp
@endforeach
@include('student.partials.student-card', [ 'showNickname' => true ])
-
@foreach($row->knowledge as $knowledge)
-
{{ $knowledge->knowledge_name }}
@endforeach