Lembaga Teknologi dan Sistem Informasi (LTSI) STT Terpadu Nurul Fikri
Waktu Cetak: {{ \Carbon\Carbon::now()->translatedFormat('d F Y, H:i') }} WIB
| # | No. Insiden | Pelapor | Deskripsi Masalah | Kategori | Subkategori | Prioritas | Status | Waktu Laporan | Waktu Ditutup |
|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $incident->incident_number }} | {{ $incident->raised_by ?? '-' }} | {{-- MENGAMBIL DATA DESKRIPSI DARI DATABASE --}}
{{ $incident->short_description ?: 'Tidak ada judul' }} {{ \Illuminate\Support\Str::limit($incident->description, 80) ?: '-' }} |
{{ $incident->category }} | {{ $incident->subcategory ?? '-' }} | {{-- LOGIKA PEMANGGILAN WARNA BADGE --}}@php $badgeClass = match($incident->priority) { 'Critical' => 'bg-critical', 'High' => 'bg-high', 'Medium' => 'bg-medium', 'Low' => 'bg-low', default => 'bg-secondary' }; @endphp {{ $incident->priority }} | {{ $incident->state === 'New' ? 'Open' : $incident->state }} | {{ $incident->created_at ? $incident->created_at->format('d/m/Y H:i') : '-' }} | {{ $incident->closed_at ? $incident->closed_at->format('d/m/Y H:i') : '-' }} |
| Tidak ada data insiden yang sesuai dengan filter pencarian saat ini. | |||||||||