permision dan navigation
This commit is contained in:
@@ -126,6 +126,18 @@ class NavigationSeeder extends Seeder
|
|||||||
],
|
],
|
||||||
'permission' => null
|
'permission' => null
|
||||||
],
|
],
|
||||||
|
// Invoice
|
||||||
|
[
|
||||||
|
'title' => 'INVOICE',
|
||||||
|
'children' => [
|
||||||
|
[
|
||||||
|
'title' => 'Invoice',
|
||||||
|
'path' => '/invoice-payment',
|
||||||
|
'permission' => 'invoice-payment-list'
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'permission' => null
|
||||||
|
],
|
||||||
// CUSTOMER SERVICES
|
// CUSTOMER SERVICES
|
||||||
[
|
[
|
||||||
'title' => 'CUSTOMER SERVICES',
|
'title' => 'CUSTOMER SERVICES',
|
||||||
|
|||||||
@@ -73,7 +73,8 @@ class PermissionTableSeeder extends Seeder
|
|||||||
'report-doctor-online',
|
'report-doctor-online',
|
||||||
'user-role-list',
|
'user-role-list',
|
||||||
'user-access-list',
|
'user-access-list',
|
||||||
'report-katalog-dokter'
|
'report-katalog-dokter',
|
||||||
|
'invoice-payment-list',
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
####################### CLIENT PORTAL #########################
|
####################### CLIENT PORTAL #########################
|
||||||
|
|||||||
Reference in New Issue
Block a user