Updated Google Scholar Integration,Updated Admin and HOD Dashboard, Added Google Auth: Login Controller and Routes

This commit is contained in:
tanmaychinchore
2025-11-18 22:24:53 +05:30
parent 9ee3d3eda4
commit 34394e6abf
9 changed files with 1347 additions and 49 deletions

View File

@@ -45,7 +45,7 @@ class UserController extends Controller
->addColumn('role_name', function ($response) {
$roles = [
1 => 'Admin',
2 => 'Coordinator',
2 => 'HOD',
3 => 'Faculty',
];
$options = '';