Laravel active menu item for url included parameters

前端 未结 10 2422
暖寄归人
暖寄归人 2020-12-28 14:43

I\'m trying to set active class in my list item, but it doesn\'t work.

My code in blade:

@foreach($data as $site)
  
10条回答
  •  执念已碎
    2020-12-28 15:07

    I am using Laravel 7 and Bootstrap Dropdown. So there are several collapse items that depend on the link, this works:

提交回复
热议问题