{{ auth()->user()->name }}

  • {{ course_enrollments(auth()->user()->id) }} {{ get_phrase('Course Enrolled') }}
  • {{ count_user_certificate(auth()->user()->id) }}
@if (auth()->user()->role == 'student') @endif