management integration start

This commit is contained in:
merdan 2022-06-03 15:37:21 +05:00
parent 8c13aa59a8
commit 7bc2d636cf
1 changed files with 1 additions and 1 deletions

View File

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