feat: Implement Career Management Module
- Created CareerController for handling career-related CRUD operations. - Added Career model with necessary attributes and relationships. - Created migration for careers table with relevant fields. - Developed views for creating, editing, and listing careers. - Implemented DataTables for career listing with action buttons. - Added routes for career management and integrated with sidebar. - Created client-side career detail template and updated career listing page. - Added helper functions to fetch active careers for display.
This commit is contained in:
@@ -149,6 +149,14 @@ return [
|
||||
'can' => ['team.index'],
|
||||
],
|
||||
|
||||
[
|
||||
'text' => 'Career',
|
||||
'url' => 'admin/career',
|
||||
'icon' => 'ri-feedback-line',
|
||||
'module' => 'CCMS',
|
||||
'can' => ['career.index'],
|
||||
],
|
||||
|
||||
[
|
||||
'text' => 'Blog',
|
||||
'icon' => 'ri-newspaper-line',
|
||||
|
Reference in New Issue
Block a user