I am trying to add a shop feature in my existing laravel application. this shop module is not in my main page instead i want to get it on another route let's say /store.So i created a route with /store in my app with shopify auth-middleware. Kept my ...