| Date | Subject | Status | Category | |
|---|---|---|---|---|
| {{ $issue->created_at->format('M j, Y g:i A') }} | {{ Str::limit($issue->subject, 50) }} | {{ ucfirst(str_replace('_', ' ', $issue->status)) }} | {{ ucfirst($issue->category ?? 'general') }} |
View
|
No issues reported yet