reset page converted to vue form

This commit is contained in:
batuhanbas
2019-12-28 18:21:31 +03:00
parent e5c4c01d69
commit 160e8eff8f
5 changed files with 26 additions and 38 deletions

View File

@ -3,7 +3,7 @@
<div
class="form-group {{ $col }} {{ isset($attributes['required']) ? 'required' : '' }}"
:class="[{'has-error': {{ isset($attributes['v-error']) ? $attributes['v-error'] : 'form.errors.get("' . $name . '")' }} }]">
{!! Form::label($name, $text, ['class' => 'form-control-label'])!!}
{!! Form::label($name, $text, ['class' => 'form-control-label']) !!}
<div class="input-group input-group-merge {{ $group_class }}">
<div class="input-group-prepend">