order item iptal fx

This commit is contained in:
merdan 2022-03-17 19:45:25 +05:00
parent 255d1f1839
commit 3cd4806589
2 changed files with 2 additions and 2 deletions

View File

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

View File

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