@foreach($rows as $row) @php $translation = $row->translateOrOrigin(app()->getLocale()); @endphp
@if($image_tag = get_image_tag($row->image_id,'full',['alt'=>$translation->title]))
{!! $image_tag !!}
@php $category = $row->getCategory; @endphp @if(!empty($category)) @php $t = $category->translateOrOrigin(app()->getLocale()); @endphp @endif
@endif

{!! clean($translation->title) !!}

{!! get_exceprt($translation->content) !!}
{{ __('Read More')}}
@endforeach