@forelse ($posts as $post)
@include('includes.post_card',$post)
@empty
Feature Requests
630 Members
No trending posts
This section displays the 10 most popular posts within the
past month across your spaces.
Explore Spaces
@endforelse
@if ($posts->lastPage() > $posts->currentPage())
@endif
@forelse ($spacesUsers as $user)
{{ $user->spaces->name }}
{{ titleCase($user->role->name) }}
@empty
@endforelse