{{ $mastodon_domain }} | {{ $timeline }}
@foreach ($statuses as $status) @component('status', ['status' => $status]) @endcomponent @endforeach @if ($links['prev'] !== null)
Previous
@endif @if ($links['next'] !== null)
Next
@endif