@if(isset($galleryImages) && $galleryImages->isNotEmpty())

Galerie Foto

@endif @if(isset($videoGallery) && $videoGallery->isNotEmpty()) @php if (! function_exists('getYouTubeId')) { function getYouTubeId($url) { preg_match("/(youtu\.be\/|youtube\.com\/(watch\?(.*&)?v=|(embed|v)\/))([^\?&\"'>]+)/", $url, $matches); return $matches[5] ?? null; } } @endphp

Galerie Video

@endif