@php use App\Helpers\FormHelper; @endphp
{{ $errors->first('user_photo') ?? '' }}
{{ $errors->first('first_name') ?? '' }}
{{ $errors->first('last_name') ?? '' }}
{{ $errors->first('email') ?? '' }}
{{ $errors->first('birthday') ?? '' }}
{{ $errors->first('sex') ?? '' }}
@role('admin')
{{ $errors->first('trainer') ?? '' }}
@endrole
@include('forms.pupil.components.agreements')