Pass parameter to laravel voyager menu builder link() method
I made a navbar using voyager's menu builder. I'm trying to add localization functionality to my app but can't figure out how to pass a {lang} parameter to this line of code: @foreach ($items as $menu_item) <a href='{{ $menu_item->link() }}'…