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',
|
||||
|
||||
Reference in New Issue
Block a user