data; $postsCount = count($discussion->relationships->posts->data); ?>

{{ $discussion->attributes->title }}

@foreach ($posts as $post)
relationships->user->data); ?>

{{ $user ? $user->attributes->username : '[deleted]' }}

{!! $post->attributes->contentHtml !!}

@endforeach
@if ($page > 1) « Previous Page @endif @if ($page < $postsCount / 20) Next Page » @endif