Routes ({{ count($routes) }})

@foreach ($routes as $route) @php $tmp = explode("/",$route['uri']); if(isset($tmp[2])){ $uri_modul = $tmp[2]; }else{ $uri_modul = ""; } @endphp @if($modul == "all") @else @if($modul == $uri_modul) @endif @endif @endforeach