@php
$userImagePath = 'storage/' . Auth::user()->image;
// dd($userImagePath);
$photoPath = url($userImagePath);
$fullPhotoPath = $userImagePath ? $userImagePath : asset('images/doctor-1.png');
@endphp
@if (Auth::user()->image)

@else
 }})
@endif
{{ Auth::user()->name }}
{{ Auth::user()->role }}