@extends('layouts.host', ['header' => true, 'close_button' => true, 'header_image' => false]) @section('back_button') @endsection @section('content')

Joined users

@forelse ($divisionScores as $index => $score) @empty @endforelse
sNo. User Name Email Rank Thumbs Up Thumbs Down Action
{{ $index + 1 }} {{ $score?->user?->username ?? 'N/A' }} {{ $score?->user?->email ?? 'N/A' }} {{ $score?->rank ?? 'N/A' }} {{ count($score?->user?->eventRatings) > 0 ? $score?->user?->eventRatings ?->where('rating', 'like')->where('division_type', $score->division_type)->where('division_id', $score->division_id)->count() : 0 }} {{ count($score?->user?->eventRatings) > 0 ? $score?->user?->eventRatings ?->where('rating', 'dislike')->where('division_type', $score->division_type)->where('division_id', $score->division_id)->count() : 0 }} {{-- --}}
No data found.
@endsection {{-- SCORE DELETION CONFIRMATION --}} @push('scripts') @endpush