@php use Illuminate\Support\Str; @endphp

{{__('general.Vulnerabilities')}}

{{-- Button Edit --}} @if(!$readonly) @endif
@foreach($schwachstellen as $schwachstelle) @php $uuid=Str::uuid() @endphp @if($selectedSchwachstellen[$schwachstelle->stamm_schwachstelle_id])
@endif @endforeach
{{-- select Popup --}} @if($showPopup)

{{__('general.manage vulnerabilities')}}

{{-- Searchbar--}}
{{-- Filter Button--}}
@foreach($this->filteredSchwachstellen as $schwachstelle) @php $uuid=Str::uuid() @endphp @if(!(!$selectedSchwachstellen[$schwachstelle->stamm_schwachstelle_id] && $hide_all_schwachstellen))
@endif @endforeach
@endif