How can I execute a function from my navigation menu without using a controller in laravel?
I'm working on a project and I need to be able to execute a function from my app's navigation menu. As far as I understand, all functions are executable from a view using wire:click, and this triggers the function from…