Skip to content

Commit 34155ed

Browse files
author
hikki
committed
v3.2
1 parent da20386 commit 34155ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

resources/views/component.blade.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<div class="{{$viewClass['form-group']}} {!! !$errors->has($errorKey) ? '' : 'has-error' !!}">
1+
<div class="{{$viewClass['form-group']}}">
22
<label for="{{$id}}" class="{{$viewClass['label']}} control-label">{{$label}}</label>
33
<div class="{{$viewClass['field']}}">
4-
@include('admin::form.error')
54
<div id="{{$id}}" style="width: 100%; height: {{$height}}"></div>
6-
@include('admin::form.help-block')
75
</div>
86
</div>

0 commit comments

Comments
 (0)