edunetra.id
  • HOME
  • COURSES
  • @auth @if(auth()->user()->role === 'student' || auth()->user()->role === 'teacher' || auth()->user()->role === 'admin')
  • MY COURSES
  • @endif @if(auth()->user()->isTeacher() || auth()->user()->isAdmin())
  • COURSE MANAGEMENT
  • @endif @endauth
  • ABOUT US
  • CONTACT US
    @auth
  • {{ Auth::user()->name }}
      @if(auth()->user()->isAdmin())
    • Admin Panel
    • @elseif(auth()->user()->isTeacher())
    • Teacher Dashboard
    • Course Management
    • @else
    • My Courses
    • @endif
    • Profile

    • @csrf
  • @else
  • LOGIN
  • @endauth