I\'m trying to set active class in my list item, but it doesn\'t work.
My code in blade:
@foreach($data as $site)
I am currently using Laravel 5.6.* and my solution is:
Users