Skip to content

Commit 17f1143

Browse files
committed
add wrapper end to text field
1 parent 826c009 commit 17f1143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/fields/text.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
@if (isset($field['hint']))
1919
<p class="help-block">{!! $field['hint'] !!}</p>
2020
@endif
21-
</div>
21+
@include('crud::fields.inc.wrapper_end')

0 commit comments

Comments
 (0)