@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Compliance']) @include('dashboard.submenu')
@include('partials.success')
@foreach($WidgetData as $widget => $WidgetData)
{{$widget}} ({{array_sum($WidgetData)}})
@if ($widget == 'Vulnerabilities Found') @foreach ($WidgetData as $vulnerabiltyType => $vulnerabiltyCount) {{ $vulnerabiltyType }} @endforeach
@elseif ($widget == 'Lost/Stolen, not Locked' || $widget == 'EOL Wiped without CODD' ) @if ($widget == 'Lost/Stolen, not Locked') @php $link = 'report/generator?status=stolen_lost&searchData=notLocked&type='; @endphp @else @php $link = 'report/generator?status=end_of_life_data_wiped&searchData=without_certificate&type='; @endphp @endif LaptopsDesktopsChromebooksTabletsMobile
@else LaptopsDesktopsChromebooksTabletsMobile
@endif
@endforeach
Total open vulnerabilities in last 10 weeks
Refresh
@stop @section('after_scripts') @include('dashboard.scripts.compliance-script') @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.compliance_dashboard'),'helpTitle'=>config('help-links.help_titles.compliance_dashboard')]) @endsection