Routing
website.portfolio_detail
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "Bulk's-Protein-Powder-Promo" |
Route Matching Logs
Path to match:
/portfolio/view/Bulk%27s-Protein-Powder-Promo
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | auth.login | /auth | Path does not match |
| 2 | auth.logout | /auth/logout | Path does not match |
| 3 | auth.register | /auth/register | Path does not match |
| 4 | auth.verify | /auth/verify | Path does not match |
| 5 | auth.forgot_password | /auth/forgot-password | Path does not match |
| 6 | auth.set_password | /auth/set-password | Path does not match |
| 7 | dashboard.branch.index | /dashboard/branches | Path does not match |
| 8 | dashboard.branch.new | /dashboard/branch/new | Path does not match |
| 9 | dashboard.branch.edit | /dashboard/branch/edit/{branch} | Path does not match |
| 10 | dashboard.branch.delete | /dashboard/branch/delete/{branch} | Path does not match |
| 11 | dashboard.category.index | /dashboard/categories | Path does not match |
| 12 | dashboard.category.new | /dashboard/category/new | Path does not match |
| 13 | dashboard.category.edit | /dashboard/category/edit/{category} | Path does not match |
| 14 | dashboard.category.check | /dashboard/check | Path does not match |
| 15 | dashboard.color.index | /dashboard/colors | Path does not match |
| 16 | dashboard.color.new | /dashboard/color/new | Path does not match |
| 17 | dashboard.color.edit | /dashboard/color/edit/{color} | Path does not match |
| 18 | dashboard.contact.index | /dashboard/contacts | Path does not match |
| 19 | dashboard.contact.newsletter | /dashboard/contact/newsletter | Path does not match |
| 20 | dashboard.contact.index_ajax | /dashboard/contacts/ajax | Path does not match |
| 21 | dashboard.contact.users | /dashboard/contact/system | Path does not match |
| 22 | dashboard.contact.new | /dashboard/contact/new | Path does not match |
| 23 | dashboard.contact.edit | /dashboard/contact/edit/{contact} | Path does not match |
| 24 | dashboard.customer.home.index | /customer/dashboard/home | Path does not match |
| 25 | dashboard.customer.home.profile.edit | /customer/dashboard/home/profile/edit | Path does not match |
| 26 | dashboard.customer.invoice.index | /customer/dashboard/invoice | Path does not match |
| 27 | dashboard.customer.invoice.detail | /customer/dashboard/invoice/detail/{invoice} | Path does not match |
| 28 | dashboard.customer.invoice.return | /customer/dashboard/invoice/return/{invoice} | Path does not match |
| 29 | dashboard.customer.report.referrer.index | /customer/dashboard/report/referrerals/index | Path does not match |
| 30 | dashboard.discount.index | /dashboard/discounts | Path does not match |
| 31 | dashboard.discount.new | /dashboard/discount/new | Path does not match |
| 32 | dashboard.discount.edit | /dashboard/discount/edit/{discount} | Path does not match |
| 33 | dashboard.discount.check | /dashboard/discount/check | Path does not match |
| 34 | dashboard.home | /dashboard/home | Path does not match |
| 35 | dashboard.invoice.index | /dashboard/invoices | Path does not match |
| 36 | dashboard.invoice.preview | /dashboard/invoice/preview/{invoice} | Path does not match |
| 37 | dashboard.invoice.log_status | /dashboard/invoice/logistic/{invoice}/{state} | Path does not match |
| 38 | dashboard.invoice.baran | /dashboard/invoice/baran/insert/{invoice} | Path does not match |
| 39 | dashboard.invoice.return | /dashboard/invoice/return/{invoice} | Path does not match |
| 40 | dashboard.material.index | /dashboard/materials | Path does not match |
| 41 | dashboard.material.edit | /dashboard/material/edit/{material} | Path does not match |
| 42 | dashboard.product.index | /dashboard/portfolios | Path does not match |
| 43 | dashboard.product.new | /dashboard/portfolio/new | Path does not match |
| 44 | dashboard.product.edit | /dashboard/portfolio/edit/{product} | Path does not match |
| 45 | dashboard.product.delete | /dashboard/portfolio/delete/{product} | Path does not match |
| 46 | dashboard.product.media.delete | /dashboard/portfolio/media/delete | Path does not match |
| 47 | dashboard.product.media.upload | /dashboard/portfolio/media/upload | Path does not match |
| 48 | dashboard.product.check | /dashboard/portfolio/check | Path does not match |
| 49 | dashboard.report.referrer.index | /dashboard/report/referrers/index | Path does not match |
| 50 | dashboard.report.referrer.total_sales | /dashboard/report/referrers/sales | Path does not match |
| 51 | dashboard.request.index | /dashboard/requests | Path does not match |
| 52 | dashboard.setting.index | /dashboard/settings | Path does not match |
| 53 | dashboard.setting.page | /dashboard/setting/page | Path does not match |
| 54 | website.home | / | Path does not match |
| 55 | website.portfolio | /portfolio | Path does not match |
| 56 | website.portfolio_detail | /portfolio/view/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.