@if(isset($galleryImages) && $galleryImages->isNotEmpty()) Galerie Foto @foreach ($galleryImages as $item) @endforeach Vezi mai mult @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 @foreach($videoGallery as $video) @if($video->video_type === 'youtube') @else Your browser does not support the video tag. @endif @endforeach Vezi mai mult @endif