@if ($note->in_reply_to)
In reply to {{ $note->in_reply_to }}
@endif
{!! $note->note !!} @foreach($note->media as $media) @if($media->type === 'image') {{ $media->pivot->alt_text }}image_widths !== null) srcset="{{ $media->url }} {{ $media->image_widths }}w, {{ $media->mediumurl }} 1000w, {{ $media->smallurl }} 500w" sizes="min(80ch,80vw)" @else src="{{ $media->url }}" @endif> @endif @if($media->type === 'audio')
@if ($note->place)
@endif