@extends('layouts.app') @section('title', 'Escalation Matrices') @section('content')

Escalation Matrices

Escalation matrix configuration

New Matrix
Reset
@forelse($matrices as $matrix) @empty @endforelse
Name Event Type Severity Days Overdue Escalation Levels Status Actions
{{ $matrix->name }} {{ ucfirst(str_replace('_', ' ', $matrix->event_type)) }} {{ ucfirst($matrix->severity_level) }} {{ $matrix->days_overdue ?? 'N/A' }} {{ is_array($matrix->escalation_levels) ? count($matrix->escalation_levels) : 0 }} levels {{ $matrix->is_active ? 'Active' : 'Inactive' }} View Edit
No escalation matrices found.
{{ $matrices->links() }}
@endsection