@lang('frontend.buttons.close')

@lang('frontend.menu.profile')

@lang('frontend.titles.basic_info')

@lang('frontend.titles.change_info')


@include('frontend.content.errors') {!! Form::open([ 'route' => 'profiles.update_info', 'method' => 'POST', 'id' => 'profile_form', 'files' => 'true' ]) !!}
@lang('frontend.ph.name') {!! Form::text('name', null, ['id' => 'name', 'class' => 'field', 'placeholder' => trans('frontend.ph.name'), 'required' => true]) !!}
@lang('frontend.ph.last_name') {!! Form::text('last_name', null, ['id' => 'last_name', 'class' => 'field', 'placeholder' => trans('frontend.ph.last_name'), 'required' => true]) !!}
@lang('frontend.ph.birthdate') {!! Form::text('birthdate', null, ['id' => 'birthdate', 'class' => 'field input-fecha', 'placeholder' => trans('frontend.ph.birthdate'), 'required' => true]) !!}
@lang('frontend.ph.gender'):
@lang('frontend.ph.avatar') {!! Form::file('avatar', ['id' => 'avatar']) !!}
{!! Form::close() !!}

@lang('frontend.titles.account')

@lang('frontend.titles.change_info')


@include('frontend.content.errors') {!! Form::open([ 'route' => 'profiles.update_account', 'method' => 'POST', 'id' => 'account_form', ]) !!}
@lang('frontend.ph.email') {!! Form::email('email', null, ['id' => 'email', 'class' => 'field', 'placeholder' => trans('frontend.ph.email'), 'required' => true]) !!}
@lang('frontend.ph.password') {!! Form::password('password', ['id' => 'password', 'class' => 'field', 'placeholder' => trans('frontend.ph.password')]) !!}
@lang('frontend.ph.password_confirm') {!! Form::password('password_confirmation', ['id' => 'password_confirmation', 'class' => 'field', 'placeholder' => trans('frontend.ph.password_confirm')]) !!}
{!! Form::close() !!}

@lang('frontend.titles.basic_info')

@lang('frontend.buttons.modify')
@lang('frontend.ph.name')
@lang('frontend.ph.last_name')
@lang('frontend.ph.birthdate')
@lang('frontend.ph.gender')

@lang('frontend.titles.account')

@lang('frontend.buttons.modify')

@lang('frontend.ph.status')

@lang('frontend.ph.email')

@lang('frontend.ph.password') ***********