Routing
terms_and_conditions
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/terminos-y-condiciones
| # | 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 | / | Path does not match |
| 10 | about_us | /nosotros | Path does not match |
| 11 | contact | /contacto | Path does not match |
| 12 | contact_action | /contacto | Path does not match |
| 13 | claim | /libro-de-reclamaciones | Path does not match |
| 14 | claim_action | /libro-de-reclamaciones | Path does not match |
| 15 | data_protection_policies | /politicas-de-proteccion-de-datos | Path does not match |
| 16 | cookies_policy | /politicas-de-cookies | Path does not match |
| 17 | terms_and_conditions | /terminos-y-condiciones | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.