@extends('admin.layout') @section('title', $event->title) @section('header', $event->title) @section('actions')
@endsection @section('content'){{ $event->title }}
@if($event->subtitle){{ $event->subtitle }}
@endif @if($event->description){{ $event->description }}
@endif
Du {{ $event->start_date->format('d/m/Y à H:i') }}
au {{ $event->end_date->format('d/m/Y à H:i') }}
{{ $event->location }}
@if($event->address)
{{ $event->address }}
@endif
Maximum {{ $event->max_participants }} participants
@endifHeure | Titre | Intervenant | Type | Actions |
---|---|---|---|---|
{{ $item->start_time->format('H:i') }} @if($item->end_time) - {{ $item->end_time->format('H:i') }} @endif |
{{ $item->title }}
@if($item->description)
{{ Str::limit($item->description, 60) }} @endif |
@if($item->speaker)
{{ $item->speaker->name }}
@if($item->speaker->company)
{{ $item->speaker->company }} @endif @else - @endif |
{{ $item->type }} |