@lang('name'):
{{$my_profile->name}}
@lang('about-me'):
{{$my_profile->about_me}}
@lang('phone'):
{{$my_profile->phone_number}}
@lang('email'):
{{$my_profile->email}}
@lang('change-pass')
@endif
@if (isset($my_profile_edit))
@if($my_profile_edit->avatar)
{{$my_profile_edit->name}}
@else
Upload Image To See It
@endif
@endif
@if(isset($edit_password))
@if($errors->any())
@foreach($errors->all() as $error)
-
{{ $error }}
@endforeach
@endif
@if(session()->has('success'))
{{session()->get('success')}}
@endif