@extends('backoffice.dashboard') @section('content') @if(Auth::check())
| العنوان | الفترة | الحالة | المنشئ | المترشحون | عرض | إجراءات |
|---|---|---|---|---|---|---|
|
{{ $c->titre }}
@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-published' : ($etat === 'closed' ? 'status-closed' : 'status-draft'); @endphp {{ $etatLabel }} |
{{ optional($c->user)->nom_prenom ?? '—' }}
{{-- ID: {{ $c->user->id ?? '—' }} --}}
|
{{ $c->candidates_count ?? $c->candidates()->count() }} مترشح | المترشحين | |
| لا توجد مسابقات بعد. | ||||||