CAD Information
@if($account->accountServicePolicy->services ?? null)
@foreach($account->accountServicePolicy->services as $service)
@if(array_key_exists($service->id, $contractedServices))
@endif
@endforeach
@else
No testing windows configured
@endif
@if($service = Auth::user()->getAllContractedServices()->where('short_name', 'MSS-EDR')->first())
@php
$endpointProtectionResponse = $account->ruleEngagement->endpoint_protection_response ?? [];
$MSSEDR = $endpointProtectionResponse[$service->id] ?? [];
@endphp
Endpoint Protection Response
@if($account->id === Account::GLESEC_ACCOUNT_ID)
@endif
@endif
Business Impact Constraints