Add Payments option to menu
This commit is contained in:
parent
21bcd43972
commit
dfd205fc37
|
|
@ -33,6 +33,10 @@
|
||||||
{{ __('Invoices') }}
|
{{ __('Invoices') }}
|
||||||
</flux:sidebar.item>
|
</flux:sidebar.item>
|
||||||
|
|
||||||
|
<flux:sidebar.item icon="currency-dollar" href="#" :current="request()->routeIs('payments.*')" wire:navigate>
|
||||||
|
{{ __('Payments') }}
|
||||||
|
</flux:sidebar.item>
|
||||||
|
|
||||||
</flux:sidebar.group>
|
</flux:sidebar.group>
|
||||||
</flux:sidebar.nav>
|
</flux:sidebar.nav>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue