filter lang

This commit is contained in:
merdan 2022-09-27 15:02:47 +05:00
parent 6e04f05e2f
commit 8b0581d7f8
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<span class="control-error" v-if="errors.has('name')">@{{ errors.first('name') }}</span>
</div>
<div class="control-group" :class="[errors.has('filter') ? 'has-error' : '']">
<label for="name" class="control">{{ __('sarga::app.catalog.menus.filter') }}</label>
<label for="filter">{{ __('sarga::app.catalog.menus.filter') }}</label>
<input type="text" class="control" id="filter" name="filter" value="{{ old('filter') }}"
data-vv-as="&quot;{{ __('sarga::app.catalog.menus.filter') }}&quot;" />
<span class="control-error" v-if="errors.has('filter')">@{{ errors.first('filter') }}</span>

View File

@ -68,7 +68,7 @@
<span class="control-error" v-if="errors.has('{{$locale}}[name]')">@{{ errors.first('{!!$locale!!}[name]') }}</span>
</div>
<div class="control-group" :class="[errors.has('filter') ? 'has-error' : '']">
<label for="name" class="control">{{ __('sarga::app.catalog.menus.filter') }}</label>
<label for="filter">{{ __('sarga::app.catalog.menus.filter') }}</label>
<input type="text" class="control" id="filter" name="filter" value="{{ old('filter',$menu->filter) }}"
data-vv-as="&quot;{{ __('sarga::app.catalog.menus.filter') }}&quot;" />
<span class="control-error" v-if="errors.has('filter')">@{{ errors.first('filter') }}</span>