{{ $event->name }}
Lieu : {{ $event->location }}
Date : Le {{ $event->date->format('d/m') }}
@extends('layouts.app') @section('content')
Lieu : {{ $event->location }}
Date : Le {{ $event->date->format('d/m') }}
Aucun évènement à afficher.
@endforelseConsultez les dernières actualités du club grâce à notre blog !
{!! \Illuminate\Support\Str::limit(Purify::clean($post->content)) !!}