@if($supports->count() > 0)
| ID | Subject | Description | Status | Added By | Created At |
|---|---|---|---|---|---|
| {{ $loop->iteration + ($supports->currentPage() - 1) * $supports->perPage() }} | {{ $support->subject }} | {{ \Illuminate\Support\Str::limit($support->description, 80) }} | {{ $support->user?->name ?? 'N/A' }} | {{ $support->created_at->format('d M, Y H:i') }} |
No support tickets found.
@endif