{{config('app.name') . ' - ' . __('Posts')}}

{{__('Posts')}}

@forelse ($posts as $post)
{{$post->seo_title}}
{{str_limit($post->title, 80)}}

{{__('Reviewed by:')}} {{$post->author->name}} - {{$post->created_at->diffForHumans()}}

{{ str_limit($post->summary, 150) }}

@empty

{{__('There is no category or post yet.')}}

@endforelse {{$posts->links('pagination')}}