@extends('layouts.app') @section('title', 'Laporan Kinerja SLA') @section('content')
Dashboard monitoring performa Service Level Agreement
Kategori | Total | Selesai | Memenuhi SLA | Waktu SLA | Persentase | Prioritas |
---|---|---|---|---|---|---|
{{ $item['category'] }}
SLA: {{ $item['sla_time'] }} jam
|
{{ $item['total'] }} | {{ $item['completed'] }} | {{ $item['met_sla'] }} | {{ $item['sla_time'] }}h |
|
T: {{ $item['priority_distribution']['high'] }}
M: {{ $item['priority_distribution']['medium'] }}
R: {{ $item['priority_distribution']['low'] }}
|