@if(!empty($user['image']))
@else
@endif
}})
{{Auth::user()->name.' '.Auth::user()->lastName}}
{{Auth::user()->role->name}}
More About {{Auth::user()->name}}
Name:
{{Auth::user()->name.' '.Auth::user()->lastName}}
Email:{{Auth::user()->email}}
Phone:{{Auth::user()->phoneNumber}}
@if(count($errors)>0)
@foreach($errors->all() as $error)
{{$error}}
@endforeach
@endif