Updated Google Scholar Integration,Updated Admin and HOD Dashboard, Added Google Auth: Login Controller and Routes
This commit is contained in:
@@ -45,7 +45,7 @@ class UserController extends Controller
|
||||
->addColumn('role_name', function ($response) {
|
||||
$roles = [
|
||||
1 => 'Admin',
|
||||
2 => 'Coordinator',
|
||||
2 => 'HOD',
|
||||
3 => 'Faculty',
|
||||
];
|
||||
$options = '';
|
||||
|
||||
Reference in New Issue
Block a user