icon added to show it as recurring #1pbthq3

This commit is contained in:
Sevan Nerse
2021-11-03 19:00:58 +03:00
parent b6f5394bbd
commit a7369530ff
3 changed files with 24 additions and 10 deletions

View File

@ -18,6 +18,10 @@
<a href="{{ route($routeButtonShow , $item->id) }}">{{ $item->document_number }}</a>
@endif
@if ($item->recurring)
<i class="fas fa-redo-alt fa-xs" title="{{ trans('recurring.recurring') }}"></i>
@endif
@stack('document_number_td_inside_end')
</td>
@endif