@extends('layouts.app') @section('title', 'Bug Detection System') @section('breadcrumb')
Monitor dan kelola bug dari semua fitur aplikasi
Title | Severity | Status | Type | Module | Count | Last Occurred | Actions | |
---|---|---|---|---|---|---|---|---|
{{ Str::limit($bug->title, 40) }}
{{ Str::limit($bug->description, 60) }}
|
{{ ucfirst($bug->severity) }} | {{ str_replace('_', ' ', ucfirst($bug->status)) }} | {{ ucfirst($bug->type) }} | {{ $bug->module ?? 'N/A' }} | {{ $bug->occurrence_count }} |
{{ $bug->last_occurred_at ? $bug->last_occurred_at->diffForHumans() : $bug->created_at->diffForHumans() }}
{{ $bug->created_at->format('d/m/Y H:i') }}
|
Great! Your system seems to be running smoothly.