@php use App\Models\Cases; @endphp @inject('splunk_searches', '\App\Models\SplunkSearches') @include('flash::message')

Active High-Severity Items

@php $openCaseCountStatistic = $caseAccountStatistic->open_cases_count ?? 0; if($countOpenMssIntCases-$openCaseCountStatistic > 0){ $class = 'red-color'; $arrow = '↑'; } elseif ($countOpenMssIntCases-$openCaseCountStatistic < 0) { $class = 'green-color'; $arrow = '↓'; } else { $class = 'grey-color'; $arrow = ''; } @endphp
{{$countOpenMssIntCases}}
{{$arrow}} {{ ($countOpenMssIntCases - $openCaseCountStatistic) > 0 ? '+' : '' }}{{$countOpenMssIntCases - $openCaseCountStatistic}}

Executive Action Required

{{ $splunk_searches::getNameForId(680) }}

{!! $splunk_searches::getCodeArray([680], $from, $to) !!}

{{ $splunk_searches::getNameForId(681) }}

{!! $splunk_searches::getCodeArray([681], $from, $to) !!}

{{ $splunk_searches::getNameForId(675) }}

{!! $splunk_searches::getCodeArray([675],$from,$to) !!}

{{ $splunk_searches::getNameForId(672) }}

{!! $splunk_searches::getCodeArray([672],$from,$to) !!}

{{ $splunk_searches::getNameForId(673) }}

{!! $splunk_searches::getCodeArray([673],$from,$to) !!}

{{ $splunk_searches::getNameForId(674) }}

{!! $splunk_searches::getCodeArray([674],$from,$to) !!}

{{ $splunk_searches::getNameForId(468) }}

{!! $splunk_searches::getCodeArray([468],$from,$to) !!}
@include('cases.table') @include('cases.js.case-table-script')
{!! Form::open(['url' => ['MSS-INT'], 'method' => 'get','autocomplete'=>'off']) !!} @include('news.filter') {!! Form::close() !!}
@include('news.table')
@if($news->total() >= $news->perPage()) {{ $news->links() }} @endif

{{ $splunk_searches::getNameForId(679) }}

{!! $splunk_searches::getCodeArray([679], $from, $to) !!}
@include('widgets.bottom_time_information')
@include('dashboards.ecsm.news_top')