Laravel – How to pass a parameter in an Inertia lazy load request?
On the inital page load I am loading specific products, however I want to partially load in missing products based on a foreign key. For this to work I was thinking about returning two props from my controller in Laravel.…