@if ($status['reblog'] === null)

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

@foreach ($status['media_attachments'] as $attachment) @if ($attachment['type'] === 'image')
{{ $attachment['description'] }}
@elseif ($attachment['type'] === 'video' || $attachment['type'] === 'gifv') @endif @endforeach @else @component('status', ['status' => $status['reblog']]) @endcomponent @endif