@extends('backoffice.dashboard') @section('content') @if(Auth::check())
| العنوان | الفترة | الحالة | المنشئ | قائمة المترشحين | تحميل النتائج | عرض | إجراءات |
|---|---|---|---|---|---|---|---|
|
{{ $c->titre_ar }}
@if(!empty($c->description))
{{ Str::limit($c->description, 80) }}
@endif
|
{{ optional($c->date_debut)->format('Y-m-d') ?? '—' }}
—
{{ optional($c->date_fin)->format('Y-m-d') ?? '—' }}
|
@php $etat = $c->etat ?? 'draft'; $etatLabel = $c->etat_label ?? ucfirst($etat); $badgeClass = $etat === 'published' ? 'status-badge--success' : ($etat === 'closed' ? 'status-badge--danger' : 'status-badge--danger'); @endphp {{ $etatLabel }} |
{{ optional($c->user)->nom_prenom ?? '—' }}
|
{{-- Download Column --}}
تنزيل | {{-- Upload Column --}}المترشحين | ||
| لا توجد مسابقات بعد. | |||||||