{{ ucwords($category->name) }}
@if($post->count() > 0)
@foreach($posts as $post)
@foreach($post->posts()->get() as $p)
@endforeach
@endforeach
@else
{{ ucwords($p->user->firstname) }}
{{ ucwords($p->user->surname) }}
{{ $p->created_at->toFormattedDateString() }}