@extends('layouts.public') @section('title', 'Inscription - ' . $event->title . ' - GexEvent') @section('description', 'Inscrivez-vous à ' . $event->title) @section('content')
Date
{{ $event->start_date->format('d/m/Y') }}
Heure
{{ $event->start_date->format('H:i') }}
Lieu
{{ $event->location }}
Organisé par
{{ $event->organizer->company_name ?: $event->organizer->name }}