@php
        $totalPatchesDeployed = $splunkSearches->where('id', 484)->first();
      @endphp
      @if ($totalPatchesDeployed)
        
          
            
              
                {{ $splunk_searches::getNameForId($totalPatchesDeployed->id) }}
              
              
             
            
              
                
                  
                    {!! $splunk_searches::getCodeArray([$totalPatchesDeployed->id], $from, $to) !!}
                  
                 
               
             
           
         
      @endif
      @php
        $totalFailedPatchDeployements = $splunkSearches->where('id', 485)->first();
      @endphp
      @if ($totalFailedPatchDeployements)
        
          
            
              
                {{ $splunk_searches::getNameForId($totalFailedPatchDeployements->id) }}
              
              
             
            
              
                
                  
                    {!! $splunk_searches::getCodeArray([$totalFailedPatchDeployements->id], $from, $to) !!}
                  
                 
               
             
           
         
      @endif
      @php
        $numberOfMachinesDeployedTo = $splunkSearches->where('id', 486)->first();
      @endphp
      @if ($numberOfMachinesDeployedTo)
        
          
            
              
                {{ $splunk_searches::getNameForId($numberOfMachinesDeployedTo->id) }}
              
              
             
            
              
                
                  
                    {!! $splunk_searches::getCodeArray([$numberOfMachinesDeployedTo->id], $from, $to) !!}
                  
                 
               
             
           
         
      @endif
      @php
        $patchScans = $splunkSearches->where('id', 487)->first();
      @endphp
      @if ($patchScans)
        
          
            
              
                {{ $splunk_searches::getNameForId($patchScans->id) }}
              
              
             
            
              
                
                  
                    {!! $splunk_searches::getCodeArray([$patchScans->id], $from, $to) !!}
                  
                 
               
             
           
         
      @endif
      @php
        $patchDeployments = $splunkSearches->where('id', 488)->first();
      @endphp
      @if ($patchDeployments)
        
          
            
              
                {{ $splunk_searches::getNameForId($patchDeployments->id) }}
              
              
             
            
              
                
                  
                    {!! $splunk_searches::getCodeArray([$patchDeployments->id], $from, $to) !!}
                  
                 
               
             
           
         
      @endif
      @php
        $failedPatchInstallations = $splunkSearches->where('id', 489)->first();
      @endphp
      @if ($failedPatchInstallations)
        
          
            
              
                {{ $splunk_searches::getNameForId($failedPatchInstallations->id) }}
              
              
             
            
              
                
                  
                    {!! $splunk_searches::getCodeArray([$failedPatchInstallations->id], $from, $to) !!}
                  
                 
               
             
           
         
      @endif
      @php
        $topPatchedBulletins = $splunkSearches->where('id', 490)->first();
      @endphp
      @if ($topPatchedBulletins)
        
          
            
              
                {{ $splunk_searches::getNameForId($topPatchedBulletins->id) }}
              
              
             
            
              
                
                  
                    {!! $splunk_searches::getCodeArray([$topPatchedBulletins->id], $from, $to) !!}
                  
                 
               
             
           
         
      @endif
      @php
        $patchInstallationStatus = $splunkSearches->where('id', 491)->first();
      @endphp
      @if ($patchInstallationStatus)
        
          
            
              
                {{ $splunk_searches::getNameForId($patchInstallationStatus->id) }}
              
              
             
            
              
                
                  
                    {!! $splunk_searches::getCodeArray([$patchInstallationStatus->id], $from, $to) !!}
                  
                 
               
             
           
         
      @endif