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

 }})
{{$v->title}}
{{date('d F Y',strtotime($v->upload_date))}}