Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit eb9e0d7

Browse files
Place feedback div within input-group div (#61)
1 parent 3fc5092 commit eb9e0d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

resources/views/bootstrap-4/form-input.blade.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@
3333
</div>
3434
</div>
3535
@endisset
36+
37+
@if($hasErrorAndShow($name))
38+
<x-form-errors :name="$name" />
39+
@endif
3640
</div>
3741

3842
{!! $help ?? null !!}
3943

40-
@if($hasErrorAndShow($name))
41-
<x-form-errors :name="$name" />
42-
@endif
4344
</div>

0 commit comments

Comments
 (0)