@extends('layouts.admin') @section('title', 'Gestion des événements') @section('content')
Titre | Date | Lieu | Statut | Participants | Actions |
---|---|---|---|---|---|
{{ $event->title }} | {{ $event->start_date->format('d/m/Y H:i') }} | {{ $event->location ?? 'Non défini' }} | @if($event->is_active) Actif @else Inactif @endif | {{ $event->registrations_count ?? 0 }} / {{ $event->max_participants ?? '∞' }} |
Vous n'avez pas encore créé d'événement.
Créer mon premier événement