{{ $status->user->name }} @if($status->user->is_premium) workspace_premium @endif
@if($status->encryption_badge_enabled)
lock
SHA-256
@endif
{{ $status->created_at->diffForHumans() }}
@if($status->caption)
@endif
@if($status->cta_channel === 'whatsapp')
@elseif($status->cta_channel === 'telegram')
@endif
{{ $status->caption }}
@endif @if($status->type === 'image' && $status->media_path)
favorite {{ $status->reactions_count }}
chat_bubble {{ $status->comments_count }}
@if($status->is_boosted)
monetization_on Boosted
@endif