Routing
promotions
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/promociones
| # | 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 | Path does not match |
| 18 | arco_rights | /derechos-arco | Path does not match |
| 19 | thanks | /gracias | Path does not match |
| 20 | claim_received | /reclamo-recibido | Path does not match |
| 21 | thanks_slug | /gracias/{slug} | Path does not match |
| 22 | network | /red | Path does not match |
| 23 | network_establishments | /network-establishments | Path does not match |
| 24 | network_departments | /network-departments | Path does not match |
| 25 | cities_by_department | /cities-by-department | Path does not match |
| 26 | establishments_by_department | /establishments-by-department | Path does not match |
| 27 | establishments_by_city | /establishments-by-city | Path does not match |
| 28 | promotions | /promociones | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.