@foreach($gallery->photos as $k=>$v)
@php preg_match('/[\\?\\&]v=([^\\?\\&]+)/', $v->image, $matches); $videoId = $matches[1] ?? null; @endphp
@if($videoId) Video Thumbnail @else Fallback Image @endif
@endforeach