render blade in subheading?
hi there!
I have a resource page like this with a sub-navigation. I want to place a standalone select of year to show the results depends on the select.
I have tried sth like this in my Lists Record, but it doesn't work. How can I achieve this? Inject custom view below the title in ListRecord.
Thanks!!
2 Replies
Solution
return new HtmlString(Blade:render(...
?omg how simple it seems now! it's working, thanks!!