{{ $feature['description'] ?? '' }}
Bienvenue à {{ $event->title }},
{{-- where industry leaders, innovators, and visionaries come. --}}
{{ Str::limit($event->description, 150) }}
{{ $event->description }}
@if ($event->features && count(json_decode($event->features, true)) > 0) @foreach (json_decode($event->features, true) as $index => $feature){{ $feature['description'] ?? '' }}