Routing
contact_us
Matched route
Route Parameters
Name | Value |
---|---|
_title | "Contact us" |
Route Matching Logs
Path to match:
/contact-us
# | Route name | Path | Log |
---|---|---|---|
1 | home_page | / | Path does not match |
2 | route_7 | /testimonies | Path does not match |
3 | route_8 | /testimonies/frank-mensah | Path does not match |
4 | route_9 | /testimonies/fatimah-isahaku | Path does not match |
5 | search_doctors | /search | Path does not match |
6 | route_3 | /search-doctors | Path does not match |
7 | route_5 | /about-us | Path does not match |
8 | contact_us | /contact-us | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.