Label on form field, custom view
Im trying to use my own view for the label of a select form field.
Label accepts Htmlable and Closure, so i'm thinking this should be possible.
But when i use:
It just escapes the HTML and prints the output.
Is this possible? and how?
2 Replies
label(new HtmlString('html'))
Dan, you're a legend