@if(!$posts->isEmpty())
@foreach($posts as $p) @include('partials.post-item', compact('p')) @endforeach
@endif