permision dan navigation

This commit is contained in:
2025-03-11 08:37:34 +07:00
parent 58d2c70839
commit e3369542f4
2 changed files with 14 additions and 1 deletions

View File

@@ -126,6 +126,18 @@ class NavigationSeeder extends Seeder
],
'permission' => null
],
// Invoice
[
'title' => 'INVOICE',
'children' => [
[
'title' => 'Invoice',
'path' => '/invoice-payment',
'permission' => 'invoice-payment-list'
],
],
'permission' => null
],
// CUSTOMER SERVICES
[
'title' => 'CUSTOMER SERVICES',

View File

@@ -73,7 +73,8 @@ class PermissionTableSeeder extends Seeder
'report-doctor-online',
'user-role-list',
'user-access-list',
'report-katalog-dokter'
'report-katalog-dokter',
'invoice-payment-list',
]
],
####################### CLIENT PORTAL #########################