Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | after_sales | /postventa | Path does not match |
2 | technical_assistance | /asistencia-tecnica-y-capacitacion | Path does not match |
3 | get_departments | /get-departments/ | Path does not match |
4 | get_provinces_by_department | /get-provinces-by-department/ | Path does not match |
5 | get_districts_by_province | /get-districts-by-province/ | Path does not match |
6 | get-blog-posts | /get-blog-posts/ | Path does not match |
7 | brand | /marca/{slug}/ | Path does not match |
8 | validate_captcha | /captcha/validar/ | Path does not match |
9 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.