permision dan navigation
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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 #########################
|
||||
|
||||
Reference in New Issue
Block a user