Gallery
Gallery
Temple Photos
Trust Office photos
@foreach ($temple_photos as $temple_photo)
@if ($temple_photo->file_type !== 'video') Slide 1 @else @php $url = $temple_photo->file_path; $parsed_url = parse_url($url); parse_str($parsed_url['query'], $query_params); $link = $query_params['v']; @endphp @endif
@endforeach
@foreach ($temple_photos as $temple_photo)
@if($temple_photo->file_type !== 'video') Slide 1 @else @php $url = $temple_photo->file_path; $parsed_url = parse_url($url); parse_str($parsed_url['query'],$query_params); $link = $query_params['v']; $thumbnail = "https://img.youtube.com/vi/{$link}/hqdefault.jpg"; @endphp youtube video thumbnail @endif
@endforeach
{{-- --}}