@extends('layouts.master') @section('mainContent')
{{-- --}}

Risk Insights

Risks
{{ $totalRiskCount }}
  • Treat {{ $risk_types['treat'] }}
  • Transfer {{ $risk_types['transfer'] }}
  • Terminate {{ $risk_types['terminate'] }}
  • Tolerate {{ $risk_types['tolerate'] }}

Threat Exposure

Vulnerability Landscape

IT Incidents Insights

Incidents
{{ $totalIncidentCount }}
Total Timeloss: {{ $totalTimeLoss }} hrs
  • Avg Timeloss {{ $averageTimeLoss }} h
  • Max Timeloss {{ $maximumTimeLoss }} h

@if ($incidentTypesList->isNotEmpty()) @foreach ($incidentTypesList as $row) @php $statusText = isset($row->statusData) ? $row->statusData->name : '-'; $colourText = isset($row->statusData) ? $row->statusData->color_name : ''; @endphp @endforeach @else @endif
Incident Type Date & time Time lost Status
{{ isset($row->typesData->name) ? $row->typesData->name : '' }} {{ displayDateTime($row->incident_datetime) }} {{ $row->time_loss ?? '-' }} {{ $statusText}}
No records found

Assets Insights

Assets
{{ $totalAssetCount }}
  • IT {{ $assetTypeCounts['it'] }}
  • Non-IT {{ $assetTypeCounts['non_it'] }}
  • EOL (in 3months) {{ $end_of_assets_count }}
@endsection @section('customScript') @endsection