@php $youtubeLink = $event->youtube_link ?? null; $embedUrl = null; if ($youtubeLink) { // Extract YouTube video ID from both youtube.com and youtu.be links if (preg_match('/(?:youtu\.be\/|youtube\.com\/(?:watch\?v=|embed\/))([\w-]+)/', $youtubeLink, $matches)) { $embedUrl = "https://www.youtube.com/embed/" . $matches[1]; } } @endphp @if(!empty($event) && !empty($event->photo)) @else @endif @if($embedUrl)
@endif