@if ($note->twitter) {!! $note->twitter->html !!} @elseif ($note->in_reply_to)
In reply to {{ $note->in_reply_to }}
@endif
{!! $note->note !!} @foreach($note->media as $media) @if($media->type === 'image') image_widths !== null) srcset="{{ $media->url }} {{ $media->image_widths }}w, {{ $media->mediumurl }} 1000w, {{ $media->smallurl }} 500w" sizes="80vh"@endif> @endif @if($media->type === 'audio')
@if ($note->place)
@endif