@foreach($videoGallery->chunk(2) as $videoGalleryArr)
@if(!empty($videoGallery->nextPageUrl()))
@endif
@else
@foreach($videoGalleryArr as $video)
@endforeach
@endforeach
{{lang('no_details_found')}}
@include('frontend.partials.marquee')