@if(!empty($row->getGallery())) @php $i=0; @endphp @foreach($row->getGallery() as $key=>$item)
{{$row->title}}
@php $i++; $till=count($row->getGallery())-1;@endphp @if($i==$till) @break @endif @endforeach @endif