@if($supports->count() > 0) @foreach($supports as $support) @endforeach
ID Subject Description Status Added By Created At
{{ $loop->iteration + ($supports->currentPage() - 1) * $supports->perPage() }} {{ $support->subject }} {{ \Illuminate\Support\Str::limit($support->description, 80) }}
@csrf @method('PATCH')
{{ $support->user?->name ?? 'N/A' }} {{ $support->created_at->format('d M, Y H:i') }}
{!! $supports->links() !!}
@else

No support tickets found.

@endif