@extends('layouts.walls') @section('content') @php $wallUser = auth()->guard('skywatch-wall')->user(); $accountId = $wallUser->account_id; @endphp
{{ \App\Models\SkywatchWall::$walls[$wall] }} {{ \Carbon\Carbon::now() }} Logout Logout and Back to Skywatch
{{-- Domain radar searches (existing) --}}
{!! \App\Models\RadarSearches::getCodeArray([9,10,11,12,13,14,15],'-30d@d','now') !!}
{{-- Radar SVG helpers --}}
{{-- LEFT --}}
TOP RISK DOMAIN
Score:
Service:
POSTURE TREND (Last 24h)
Trajectory:
Improving: 0, Stable: 0, Worsening: 0 domains
{{-- CENTER --}}
@include('dashboards.ecsm.__radar_svg')
  • Service
  • Sector
  • Severity
  • Risk
{{-- RIGHT --}}
CONTRIBUTING CONDITIONS (Max 5)
Domain Condition/Reason
  • Loading...
THREAT LEVEL
THREAT LEVEL: NONE
Active Threats: 0 Cases
@endsection