Commit 4a864dcc authored by Brian Wangora's avatar Brian Wangora

Tokens and payments added to billing in sidebar

parent 49f4c19d
...@@ -430,6 +430,18 @@ return [ ...@@ -430,6 +430,18 @@ return [
'icon' => 'far fa-credit-card', 'icon' => 'far fa-credit-card',
'can'=> 'isAdmin', 'can'=> 'isAdmin',
'submenu' => [ 'submenu' => [
[
'text' => 'Tokens',
'url' => 'admin/tokens',
'can'=> 'isAdmin'
],
[
'text' => 'Payments',
'url' => 'admin/payments',
'can'=> 'isAdmin'
],
[ [
'text' => 'Administration of Invoices', 'text' => 'Administration of Invoices',
'url' => '#', 'url' => '#',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment