@foreach($rows as $row)
@if($image_url = get_file_url($row->image_id, 'full'))
{!! get_image_tag($row->image_id,'full') !!}
@if(!empty($row->getCategory->name)) @endif
@endif

{{$row->title}}

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