menu
menu copied to clipboard
Question about breadcrumbs
How to add the first element . Example home>news, but home is not parent for the news.
I ended up using like this:
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
{!! \Menu\Menu::handler('sidemenu')->breadcrumbs()->setElement('') !}}
</ol>