{{ __('Dashboard') }} Questionnaire @auth @if(auth()->user()->role === 'doctor') Doctor Dashboard @endif @if(auth()->user()->role === 'admin') Admin @endif @endauth
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}