Symfony has this:
https://symfony.com/doc/4.1/components/templating.html#helpers
I can't find laravels equivalent? What do people use in Laravel in place of this?
I myself have tried creating custom helpers.php, which is good for some use cases I guess, but now I'm at the point, where I would like something a little bit more structured.
I am thinking maybe Facades would be be good option?
Is there anything else I could take a look at for Symfony's template helpers equivalent in Laravel?