@if(auth()->check())
@csrf
Logout
@endif
@if(auth()->check())
Selamat Datang
{{ auth()->user()->name }}
, di
@else
Selamat Datang, di
@endif
Menu