Matrix Information
- Name
- {{ $matrix->name }}
- Event Type
- {{ ucfirst(str_replace('_', ' ', $matrix->event_type)) }}
@if($matrix->severity_level)
- Severity Level
- {{ ucfirst($matrix->severity_level) }}
@endif
@if($matrix->days_overdue)
- Days Overdue
- {{ $matrix->days_overdue }} days
@endif
- Status
-
{{ $matrix->is_active ? 'Active' : 'Inactive' }}
@if($matrix->description)
- Description
- {{ $matrix->description }}
@endif