@if(Str::wordCount($row->title) > 5)
{{ Str::words($row->title, 5, ' ...') }}
@else
{{ $row->title }}
@endif