@foreach ($projects as $val)

{{$val->title}}

{{ Str::limit($val->content,70) }}

@endforeach