Edit General Info
@if($user)
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{--
@if ($errors->has('user.phone')) {{ $errors->first('user.phone') }} @endif
--}}
{{-- For changes in your address you have to upload new Document that will proof your address --}}
All changed informations will have to be approved By your consultant, before taking place in your profile.
@endif
Cancel