Routing
route_3
Matched route
Route Parameters
| Name | Value |
|---|---|
| _title | "Search Therapist" |
Route Matching Logs
Path to match:
/search-doctors
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.