Hello!
I am developing a web application based on Metronic theme, laravel_app version. I would like to use your menu and breadcrumb construction solution but the documentation on this is poorly described. In pages.php I have:
"greenhouse" => array(
"title" => "Greenhouses",
"*" => array(
"title" => "Greenhouse",
"edit" => array(
"title" => "Update greenhouse",
),
),
),
Discover the natural healing potential of Red Light Therapy for Horses. From soothing muscle soreness to promoting faster wound healing, our therapy utilizes specific wavelengths to target various health issues in your horse's back, legs, and more. Give your equine partner the care they deserve with our innovative approach.red light therapy for horses
Make smarter trades in Forex with our Telegram signals! Our easy-to-understand recommendations and real-time alerts help you seize profitable opportunities.Forex Signals Telegram
Step into a starlit extravaganza at Eden Karaoke near Danang Stadium. This 4-star gem, offering Korean-style facilities and rooms with bathrooms, promises a night of sophistication. Embrace the diverse staff and book your spot for a truly memorable evening.danangavengers.com
Hi,
You can check and customize the breadcrumb in the layout file here;views/layout/demo2/_page-title.blade.php
app/Core/Menu.php
in the function getBreadcrumb()
Could you please try like this?
"greenhouse" => array(
"title" => "Greenhouses",
"*" => array(
"title" => "Greenhouse",
"*" => array(
"edit" => array(
"title" => "Update greenhouse",
),
),
),
),
Hi.
I have:
Level 1 category -> level 2 -> Product -> [crud]
Home -> level 1 category -> level 2 -> Product