Routing
admin.proposals
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| slug | "ims-sarl-22" |
Route Matching Logs
Path to match:
/fr/dashboard/ims-sarl-22/proposals
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin.show_shop | /{_locale}/dashboard/shop/{slug} | Path does not match |
| 2 | admin.mini_statistic | /{_locale}/dashboard/shop/{slug}/mini-statistic | Path does not match |
| 3 | admin.sales_total | /{_locale}/dashboard/sales-total/{slug} | Path does not match |
| 4 | admin.verifier_abonnement | /{_locale}/dashboard/{slug}/verifier-abonnement | Path does not match |
| 5 | admin.proposals | /{_locale}/dashboard/{slug}/proposals | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.