Logo LearnMap LearnMap
  • Beranda
  • Kursus
  • Peta
@if (Auth::check())
{{ Auth::user()->name }} {{ Auth::user()->email }}
    @if (Auth::user() && Auth::user()->role === 'admin')
  • Dashboard
  • @endif
  • Setting
  • @csrf
@else Login @endif