logo

 SIGMA-BK

Home Gejala Masalah Diagnosa Edukasi About
@guest
Sign In
@endguest @auth
@if (Auth::user()->role == 'admin') Your Profile @endif @if (Auth::user()->role == 'user') Your Profile @endif
@csrf
Sign out
@endauth
Home Gejala Masalah Diagnosa Edukasi About
@guest
Sign In
@endguest @auth
@php // $userImagePath = 'storage/' . Auth::user()->image; // $photoPath = url($userImagePath); // $fullPhotoPath = $userImagePath ? $userImagePath : asset('images/doctor-1.png'); $userImagePath = 'storage/' . Auth::user()->image; $fullPhotoPath = url($userImagePath); @endphp
Hi, {{ Auth::user()->name }}
{{ Auth::user()->role }}
@if (Auth::user()->role == 'admin') Your Profile @endif Your Profile
@csrf
Sign out
@endauth