@foreach($posts as $post)
{{ $post->category->name }}

{{ $post->title }}

{{ substr(strip_tags($post->body), 0, 110) }}@if(strlen(strip_tags($post->body)) > 200){{ '...' }}@endif

@endforeach