Insights & Actions

@foreach($this->getViewData()['insights'] as $insight)
{{-- Title and Severity Badge Row --}}

{{ $insight['title'] }}

{{ ucfirst($insight['severity']) }}
{{-- Details Text --}}

{{ $insight['details'] ?? $insight['description'] ?? '' }}

{{-- Action Button and Timestamp Row --}}
{{ $insight['timestamp'] }}
{{-- Source Text --}}
Source: {{ $insight['source'] }}
@endforeach