@if( count($data) ) @foreach( $data as $record )
{{ Str::limit($record->name,25,' ...') }}
{{ Str::limit($record->description, 100,' ...') }}