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

{{$translation->title}}

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