@include('learner::layouts.navbar') {{ Form::open(array('route' => 'learner.update', 'method' => 'patch', 'role' => 'form', 'enctype' => 'multipart/form-data')) }}
{{ Auth::user()->data->first_name }} {{ Auth::user()->data->last_name }}

{{ Auth::user()->email }}

{{-- --}}

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') ?? '' }}
{{ $errors->first('idnp') ?? '' }}
{{ $errors->first('issue_authority') ?? '' }}
{{ $errors->first('issue_date') ?? '' }}
{{ $errors->first('address') ?? '' }}
{{ $errors->first('institution') ?? '' }}
{{ $errors->first('job_position') ?? '' }}
{{ $errors->first('taught_course') ?? '' }}
{{ $errors->first('experience_years') ?? '' }}
{{ $errors->first('teaching_license') ?? '' }}

Contact Information

{{ $errors->first('phone') ?? '' }}
{{ $errors->first('locality') ?? '' }}

Credentials

{{ $errors->first('password') ?? '' }}
{{ $errors->first('password_confirmation') ?? '' }}
@include('learner::layouts.footer')
{{ Form::close() }}