Accounts show see performance button development start..

This commit is contained in:
Cüneyt Şentürk
2021-08-07 15:32:01 +03:00
parent 98566cfa17
commit 05120a94b4
4 changed files with 23 additions and 2 deletions

View File

@ -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')