Skip to content

Commit 582edd0

Browse files
authored
Merge pull request #3745 from Laravel-Backpack/add-wrapper-end-to-text-field
add wrapper end to text field
2 parents 371d8e8 + 17f1143 commit 582edd0

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)