@extends('layouts.moderator') @section('title', 'تفاصيل المسابقة') @push('meta') @endpush @section('content')
{{ $competition->description }}
إجمالي المشاركين
{{ $stats['total_participants'] }}
المؤهلين
{{ $stats['qualified_participants'] }}
الفائزين
{{ $stats['winners'] }}
الإرسالات
{{ $stats['total_submissions'] }}
{{ $competition->description }}
تم الإنشاء
{{ $competition->created_at->format('Y/m/d H:i') }}
نشطة حالياً
يمكن للمشاركين رفع الإثباتات
انتهت المسابقة
@if($competition->ended_at){{ $competition->ended_at->format('Y/m/d H:i') }}
@endifمسودة
لم يتم تفعيلها بعد
إجمالي الفائزين
{{ $competition->participants()->where('status', 'winner')->count() }}
المؤهلون للفوز
{{ $competition->participants()->where('status', 'qualified')->count() }}
النقاط الممنوحة
{{ number_format($competition->participants()->where('status', 'winner')->sum('awarded_points')) }}
الرتب الممنوحة
{{ $competition->participants()->where('status', 'winner')->whereNotNull('awarded_rank_id')->count() }}
لم يتم اختيار أي فائزين في هذه المسابقة حتى الآن
@if($competition->participants()->where('status', 'qualified')->count() > 0) اختيار الفائزين الآن @endif{{ $submission->user->name }}
رفع إثبات • {{ $submission->time_from_submission }}
لم يتم رفع أي إثباتات بعد