Merge branch 'bagisto:master' into web-vital-v2
This commit is contained in:
commit
c113c2fa92
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
@foreach ($groups as $key => $item)
|
||||
|
||||
<accordian :title="'{{ __($item['name']) }}'" :active="true">
|
||||
<accordian title="{{ __($item['name']) }}" :active="true">
|
||||
<div slot="body">
|
||||
|
||||
@foreach ($item['fields'] as $field)
|
||||
|
|
|
|||
|
|
@ -78,8 +78,8 @@
|
|||
name="password_confirmation"
|
||||
v-validate="'required|min:6|confirmed:password'" />
|
||||
|
||||
<span class="control-error" v-if="errors.has('confirm_password')">
|
||||
@{{ errors.first('confirm_password') }}
|
||||
<span class="control-error" v-if="errors.has('password_confirmation')">
|
||||
@{{ errors.first('password_confirmation') }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue