@foreach ($errors->all() as $error)
@endforeach
{{{trans('Change Password')}}}
{!! Form::open(['url' => '/dashboard/general/settings/account-settings/request-new-password',
'class' => 'sj-formtheme sj-formpassword', 'id'=>'request_password']) !!}
{!! Form::submit(trans('Update'), ['class' => 'sj-btn sj-btnactive']) !!}
{!! Form::close() !!}
{{{trans('Profile Photo')}}}