You can get route parameter via Request facade: $categoryId = Request::route('category');
It might be just me, but I don't see your screenshot, says 'Error 403. Forbidden' when trying to ope...
And here's an example of how it should have looked like: array(2) { ["region"]=> ar...
@bicatu, Do you use eager loading when fetching a model from db? Something like: $product = Product:...
To get a cookie set earlier in the same request use \Cookie::queued($key).
The Laravel portal for problem solving, knowledge sharing and community building.