{{ $status['account']['acct'] }} {{ $status['account']['display_name'] }} @if ($status['reblog'] === null)

{!! $status['content'] !!}

@foreach ($status['media_attachments'] as $attachment) @if ($attachment['type'] === 'image')

{{ $attachment['description'] }}

@endif @endforeach @else @component('status', ['status' => $status['reblog']]) @endcomponent @endif
⇄ {{ $status['reblogs_count'] }} @if ($status['favourited']) @else @endif {{ $status['favourites_count'] }}