@if($row->getGallery())

{{__('Photos')}}

@foreach($row->getGallery() as $key=>$item) @if(!empty($item['thumb']))
gallery
@endif @endforeach
@endif