@extends('layouts.main')
@section('title', 'GLESEC Member Portal')
@section('content')
  @inject('splunk_searches', '\App\Models\SplunkSearches')
  
      
        
          
          
            
            
              
                Compliance
                
                            n/a
                        
              
              
                @php
                  $complianceServices = [
                    'MSS-EPCM',
                    'MSS-GAP',
                    'MSS-TPV',
                  ];
                @endphp
                @foreach($complianceServices as $service)
                  @include('dashboards.service-link', ['service' => $service])
                @endforeach
              
             
           
          
            
            
              
                Vulnerability
                
                            {!! $splunk_searches::getCodeArray([360],$from,$to) !!}
                        
              
              
                @php
                  $vulneranilityServices = [
                    'MSS-VM',
                    'MSS-VME',
                    'MSS-IOT',
                    'MSS-EPM',
                    'MSS-BAS Email',
                    'MSS-BAS-WEB',
                    'MSS-BAS-WAF',
                    'MSS-BAS-DLP',
                    'MSS-BAS-LM',
                    'MSS-EPCM',
                  ];
                @endphp
                @foreach($vulneranilityServices as $service)
                  @include('dashboards.service-link', ['service' => $service])
                @endforeach
              
             
           
          
            
            
              
                Security Validation
                
                              {!! $splunk_searches::getCodeArray([377],$from,$to) !!}
                          
              
              
              @php
                $securityServices = [
                  'MSS-BAS Email',
                  'MSS-BAS-WEB',
                  'MSS-BAS-WAF',
                  'MSS-BAS-Phishing',
                  'MSS-BAS-DLP',
                  'MSS-BAS-LM',
                  'MSS-BAS-EDR',
                  'MSS-BAS-IMTHREAT',
                ];
              @endphp
              @foreach($securityServices as $service)
                @include('dashboards.service-link', ['service' => $service])
              @endforeach
            
 
           
          
            
            
              
                Threats
                {!! \App\Widgets\Dashboard\CurrentConsolidatedThreatWidget::renderBody() !!}
              
              
                @php
                  $threatServices = [
                    'MSS-UTM',
                    'MSS-INT', // MSS-INT-SW: перейменувати в MSS-INT
                    'MSS-DDOS',
                    'MSS-DDOS-CLOUD',
                    'MSS-WAF',
                    'MSS-WAF-CLOUD',
                    'MSS-CDR',
                    'MSS-DLP',
                    'MSS-SIEM',
                    'MSS-BRAND',
                    'MSS-BOT',
                    'MSS-EDR',
                  ];
                @endphp
                @foreach($threatServices as $service)
                  @include('dashboards.service-link', ['service' => $service])
                @endforeach
              
             
           
          
          
         
       
      
        
          
          
            @include('dashboards.ecsm.radar_new')
          
          
         
        
       
      
        
          Close ×
          @include('incl_asm-vp')
        
       
     
  @endif