Routing
new_reservation
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/reservation
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | index | /intro | Path does not match |
| 3 | homepage | / | Path does not match |
| 4 | app_contact | /contact | Path does not match |
| 5 | albums | /portfolio | Path does not match |
| 6 | album_portfolio | /portfolio/{id} | Path does not match |
| 7 | portfolio_albums | /portfolio/{serviceSlug}/{id} | Path does not match |
| 8 | new_reservation | /reservation | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.