@forelse ($joinedEvents as $index => $userScore) @empty @endforelse
SNo. User Name Email Rank Thumbs Up Thumbs Down Action
{{ $index + 1 }} {{ $userScore?->user?->username ?? 'N/A' }} {{ $userScore?->user?->email ?? 'N/A' }} {{ $userScore->rank ?? 'N/A' }} {{ ($userScore?->user?->eventRatings && count($userScore?->user?->eventRatings) > 0) ? $userScore?->user?->eventRatings ?->where('rating', 'like') ?->where('division_type', $userScore->division_type) ?->where('division_id', $userScore->division_id) ?->count() : 0 }} {{ ( $userScore?->user?->eventRatings && count($userScore?->user?->eventRatings) > 0) ? $userScore?->user?->eventRatings ?->where('rating', 'dislike') ?->where('division_type', $userScore->division_type) ?->where('division_id', $userScore->division_id) ?->count() : 0 }}

No result found

@if ($joinedEvents->count()) Download Page @endif