feat: Add Counsellor link to sidebar and implement call request section in study destination template

This commit is contained in:
2025-08-20 11:41:26 +05:45
parent f422cba1ac
commit ec8d3505f8
4 changed files with 49 additions and 36 deletions

View File

@@ -189,6 +189,14 @@ return [
'can' => ['enquiry.index'],
],
[
'text' => 'Counsellor',
'url' => 'admin/counselor',
'icon' => ' ri-cellphone-line',
'module' => 'CCMS',
'can' => ['counselor.index'],
],
[
'text' => 'Course Finder',
'icon' => 'ri-book-2-line',