« {{ __('Back') }}

{{ __('Edit student') }}

@if(auth()->user()->showPhotos() === true) @else @endif

{{ $student->first_name }} {{ $student->last_name }} @cannot('admin') ({{ $student->nickname }}) @endcannot

{{ __('Student') }} {{ __('lvl') }} {{ $student->getLevel() }}

{{ __('Edit student') }}
@csrf @method('patch')
{{ __('First name') }}
{{ __('Last name') }}
{{ __('Nickname') }}
{{ __('Date of birth') }}
{{ __('Access pin') }}
{{ __('Save') }}
{{ __('Edit student\'s education groups') }}
@csrf @method('PUT')
@foreach($edugroups as $group)
@endforeach
{{ __('Save') }}