feat: Added StayType management with CRUD operations and DataTables integration

This commit is contained in:
2025-08-14 17:58:55 +05:45
parent 7771d57642
commit dee5d001b1
9 changed files with 369 additions and 0 deletions

View File

@@ -226,6 +226,24 @@ return [
],
],
[
'text' => 'Cost Calculator',
'icon' => 'ri-newspaper-line',
'module' => 'CostCalculator',
'submenu' => [
[
'url' => 'admin/stay',
'text' => 'Stay Type',
'can' => ['stay.index'],
],
[
'url' => 'admin/cost-calculator',
'text' => 'Cost Calculation',
'can' => ['cost.index'],
],
],
],
[
'text' => 'Documents',
'url' => 'admin/documents',