@include('trainer::layouts.navbar') {{ Form::open(array('route' => 'trainer.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') ?? '' }}

Contact Information

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

Credentials

{{ $errors->first('password') ?? '' }}
{{ $errors->first('password_confirmation') ?? '' }}

@lang('pages.accords')

@include('forms.profile.components.agreements')
@include('trainer::layouts.footer')
{{ Form::close() }}