Accounts show see performance button development start..
This commit is contained in:
@ -10,5 +10,7 @@ return [
|
||||
'bank_phone' => 'Bank Phone',
|
||||
'bank_address' => 'Bank Address',
|
||||
'default_account' => 'Default Account',
|
||||
'see_performance' => 'See Performance',
|
||||
'create_report' => 'If you want to see account performance. You can create Income vs Expense report instance.',
|
||||
|
||||
];
|
||||
|
@ -49,8 +49,8 @@
|
||||
|
||||
@stack('performance_button_start')
|
||||
@can('read-banking-accounts')
|
||||
<a class="dropdown-item" href="#">
|
||||
See Performance
|
||||
<a class="dropdown-item" href="{{ route('accounts.see-performance', $account->id) }}">
|
||||
{{ trans('accounts.see_performance') }}
|
||||
</a>
|
||||
@endcan
|
||||
@stack('performance_button_end')
|
||||
|
Reference in New Issue
Block a user