@extends('layouts.superadmin') @section('title', 'مشاركي المسابقة: ' . $competition->title) @section('content') {{-- Navigation Tabs - Responsive --}}
{{-- Custom Scrollbar Styles --}}{{ $competition->title }}
إجمالي المشاركين
{{ $participants->total() }}
المؤهلون
{{ $participants->where('status', 'qualified')->count() }}
الفائزون
{{ $participants->where('status', 'winner')->count() }}
المستبعدون
{{ $participants->where('status', 'disqualified')->count() }}
{{ $participant->user->email }}
لم يتم إضافة أي مشاركين حتى الآن