@foreach ($datas as $data) {{ $data->title }} {{ Str::limit(strip_tags($data->content), 250, '...') }}
{{ __('Edit') }}
@endforeach