PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
contact
/
config
<?php return [ [ 'name' => 'Contacts', 'flag' => 'contacts.index', ], [ 'name' => 'Edit', 'flag' => 'contacts.edit', 'parent_flag' => 'contacts.index', ], [ 'name' => 'Delete', 'flag' => 'contacts.destroy', 'parent_flag' => 'contacts.index', ], ];
[+]
..
[-] email.php
[edit]
[-] permissions.php
[edit]