Skip to content

Commit

Permalink
feat: hint
Browse files Browse the repository at this point in the history
unescaped
  • Loading branch information
lee-to committed May 9, 2024
1 parent 63036da commit 1b9a1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/field-container.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@if($field->getHint())
<x-slot:afterSlot>
<x-moonshine::form.hint>
{{ $field->getHint() }}
{!! $field->getHint() !!}
</x-moonshine::form.hint>
</x-slot:afterSlot>
@endif
Expand Down

0 comments on commit 1b9a1ae

Please sign in to comment.