LearnMap
  • Beranda
  • Kursus
  • Peta
@if (Auth::check())
{{ Auth::user()->name }} {{ Auth::user()->email }} {{ Auth::user()->username }}
    @if (in_array(Auth::user()->role, ['admin', 'user']))
  • Dashboard
  • @endif
  • Setting
  • @csrf
@else Login @endif
  • LearnMap
  • Beranda
  • Kursus
  • Peta