• Administration
      @foreach($list as $value) @php $active = ""; if($action[0] === 'parameter' && strpos($value->url, $action[1]) !== false) $active = 'active'; @endphp
    • {{$value->name}}
    • @endforeach