Search and filter first commit

This commit is contained in:
Cüneyt Şentürk
2020-11-06 01:48:49 +03:00
parent e5a7f5b15e
commit ff84384024
25 changed files with 552 additions and 231 deletions

View File

@ -0,0 +1,7 @@
<akaunting-search
placeholder="{{ trans('general.search_placeholder') }}"
text-search="{{ trans('Search for this text') }}"
value="{{ request()->get('search', null) }}"
:filters="{{ json_encode($filters) }}"
></akaunting-search>