@foreach ($blogs as $row)
@endforeach
{{ $row->title }}
{!! Str::words(strip_tags($row->description), 40, '...') !!}