feat: Add Counsellor link to sidebar and implement call request section in study destination template
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user