Editeaza profilul
User Information
{{ $errors->first('first_name') ?? '' }}
{{ $errors->first('last_name') ?? '' }}
{{ $errors->first('email') ?? '' }}
{{ $errors->first('place_of_activity') ?? '' }}
{{ $errors->first('birthday') ?? '' }}
{{ $errors->first('sex') ?? '' }}
Contact Information
{{ $errors->first('phone') ?? '' }}
{{ $errors->first('locality') ?? '' }}
Credentials
{{ $errors->first('password') ?? '' }}
{{ $errors->first('password_confirmation') ?? '' }}
@lang('pages.accords')
@include('forms.profile.components.agreements')