Routing
support
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "vi" |
Route Matching Logs
Path to match:
/vi/support
# | Route name | Path | Log |
---|---|---|---|
1 | client.sign-in | /{_locale}/client/sign-in | Path does not match |
2 | client.sign-in.post | /{_locale}/client/sign-in | Path does not match |
3 | client-logout | /{_locale}/client/logout | Path does not match |
4 | client.sign-up | /{_locale}/client/sign-up | Path does not match |
5 | client.sign-up.post | /{_locale}/client/sign-up | Path does not match |
6 | client-forgot-password | /{_locale}/client/forgot-password | Path does not match |
7 | client-forgot-password-submit | /{_locale}/client/forgot-password | Path does not match |
8 | client.bank-accounts.create | /{_locale}/client/bank-accounts/create | Path does not match |
9 | client.bank-accounts.update | /{_locale}/client/bank-accounts/update/{id} | Path does not match |
10 | client.cash-registers.create | /{_locale}/client/cash-registers/create | Path does not match |
11 | client.cash-registers.update | /{_locale}/client/cash-registers/update/{id} | Path does not match |
12 | client.config | /{_locale}/client/config | Path does not match |
13 | client.config.billing-information | /{_locale}/client/config/billing-information | Path does not match |
14 | client.config.default-values | /{_locale}/client/config/default-values | Path does not match |
15 | client.config.emails | /{_locale}/client/config/emails | Path does not match |
16 | client.config.tags | /{_locale}/client/config/tags | Path does not match |
17 | client.config.users | /{_locale}/client/config/users | Path does not match |
18 | client.contacts | /{_locale}/client/contacts | Path does not match |
19 | client.contacts.create | /{_locale}/client/contacts/create | Path does not match |
20 | client.contacts.view | /{_locale}/client/contacts/view/{id} | Path does not match |
21 | client.contacts.update | /{_locale}/client/contacts/update/{id} | Path does not match |
22 | client.contacts.import | /{_locale}/client/contacts/import | Path does not match |
23 | client.contacts.export | /{_locale}/client/contacts/export | Path does not match |
24 | client.dashboard | /{_locale}/client/dashboard | Path does not match |
25 | client.dashboard.bank-and-cash | /{_locale}/client/dashboard/bank-and-cash | Path does not match |
26 | client.dashboard.bank-and-cash.config | /{_locale}/client/dashboard/bank-and-cash/config | Path does not match |
27 | client.dashboard.export | /{_locale}/client/dashboard/export | Path does not match |
28 | client.document-numbers | /{_locale}/client/document-numbers | Path does not match |
29 | client.document-numbers.create | /{_locale}/client/document-numbers/create | Path does not match |
30 | client.document-numbers.view | /{_locale}/client/document-numbers/view/{id} | Path does not match |
31 | client.document-numbers.update | /{_locale}/client/document-numbers/update/{id} | Path does not match |
32 | client.expenses.create | /{_locale}/client/expenses/create | Path does not match |
33 | client.expenses.view | /{_locale}/client/expenses/view/{id} | Path does not match |
34 | client.expenses.update | /{_locale}/client/expenses/update/{id} | Path does not match |
35 | client.expenses.export | /{_locale}/client/expenses/export | Path does not match |
36 | client.invoices.create | /{_locale}/client/invoices/create | Path does not match |
37 | client.invoices.view | /{_locale}/client/invoices/view/{id} | Path does not match |
38 | client.invoices.adjust | /{_locale}/client/invoices/adjust/{id} | Path does not match |
39 | client.invoices.replace | /{_locale}/client/invoices/replace/{id} | Path does not match |
40 | client.invoices.duplicate | /{_locale}/client/invoices/duplicate/{id} | Path does not match |
41 | client.invoices.export | /{_locale}/client/invoices/export | Path does not match |
42 | client.payments.create | /{_locale}/client/payments/create/{type}/{id} | Path does not match |
43 | client.price-lists | /{_locale}/client/price-lists | Path does not match |
44 | client.price-lists.create | /{_locale}/client/price-lists/create | Path does not match |
45 | client.quotations | /{_locale}/client/quotations/{filter} | Path does not match |
46 | client.quotations.create | /{_locale}/client/quotations/create | Path does not match |
47 | client.quotations.view | /{_locale}/client/quotations/view/{id} | Path does not match |
48 | client.quotations.update | /{_locale}/client/quotations/update/{id} | Path does not match |
49 | client.recurring-invoices | /{_locale}/client/recurring-invoices | Path does not match |
50 | client.recurring-invoices.create | /{_locale}/client/recurring-invoices/create | Path does not match |
51 | client.recurring-invoices.view | /{_locale}/client/recurring-invoices/view/{id} | Path does not match |
52 | client.recurring-invoices.update | /{_locale}/client/recurring-invoices/update/{id} | Path does not match |
53 | client.reports | /{_locale}/client/reports | Path does not match |
54 | client.reports.export | /{_locale}/client/reports/export | Path does not match |
55 | client.invoice-templates | /{_locale}/client/invoice-templates | Path does not match |
56 | client.invoice-templates.create | /{_locale}/client/invoice-templates/create | Path does not match |
57 | homepage | /{_locale}/ | Path does not match |
58 | plans | /{_locale}/plans | Path does not match |
59 | blog | /{_locale}/blog | Path does not match |
60 | support | /{_locale}/support | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.