Home Forums Teachify LMS Teachify LMS – Lecture content locked Reply To: Teachify LMS – Lecture content locked

#4127

x8smile
Participant

//Mark, If an user is Super Admin.
if ( Auth::check() ){
if ( $user->isAdmin ){
$isOpen = $user->isAdmin();
}
}

Bring these code so admin can check pending course I think.