KAMUS
ISYARAT
Beranda @auth @if(auth()->user()->role === 'admin') Dashboard Admin @endif @endauth
@auth
Akses: {{ Auth::user()->role }}
@csrf
@else
Masuk Daftar
@endauth
{{-- Mobile Menu --}}
Beranda @auth @if(auth()->user()->role === 'admin') Dashboard Admin @endif
{{ Auth::user()->name }} — {{ Auth::user()->role }}
@csrf
@else
Masuk Daftar
@endauth