refs #1075 : Selectbox change style and added language text

This commit is contained in:
Cüneyt Şentürk
2020-01-18 11:45:03 +03:00
parent 072de6b7e2
commit 981cad8cb6
9 changed files with 185 additions and 34 deletions

View File

@ -20,5 +20,7 @@
@else
:form-error="form.errors.get('{{ $name }}')"
@endif
:no-data="'{{ trans('general.no_data') }}'"
:no-matching-data="'{{ trans('general.no_matching_data') }}'"
></akaunting-select>
@stack($name . '_input_end')