@extends('admin.layout') @section('title', 'Tableau de bord') @section('header', 'Tableau de bord') @section('content')
Événement | Date | Statut | Actions |
---|---|---|---|
{{ $event->title }}
@if($event->location)
{{ $event->location }} @endif |
{{ $event->start_date->format('d/m/Y H:i') }} | @if($event->start_date->isPast()) Terminé @elseif($event->isOngoing()) En cours @else À venir @endif @if($event->is_active) Actif @else Inactif @endif |