{{ $account['display_name'] }}
@if ($visibility !== null)
@if ($visibility === 'public')
○
@elseif ($visibility === 'unlisted')
◌
@elseif ($visibility === 'private')
🔒
@elseif ($visibility === 'direct')
✉
@endif
@endif
@if ($type !== null)
@if ($type === 'mention')
mentioned
@elseif ($type === 'reblog')
reblogged
@elseif ($type === 'favourite')
favourited
@elseif ($type === 'follow')
followed you.
@elseif ($type === 'reply')
↰
@endif
@endif