@component('event_info', [ 'account' => $status['account'], 'created_at' => $status['created_at'], 'type' => $status['in_reply_to_id'] === null ? null : 'reply' ]) @endcomponent @if ($status['spoiler_text'] !== '')
{{ $status['spoiler_text'] }} @component('status_content', ['status' => $status]) @endcomponent
@else @component('status_content', ['status' => $status]) @endcomponent @endif
@if ($status['reblogged']) @else @endif {{ $status['reblogs_count'] }} @if ($status['favourited']) @else @endif {{ $status['favourites_count'] }}