@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')
@php try { echo '
' . $note->twitter_content . '
'; } catch (App\Exceptions\TwitterContentException $exception) {} @endphp
@if($note->client) via {{ $note->client->client_name }}@endif @if($note->place)@if($note->getOriginal('note')) in {{ $note->address }}@endif @elseif($note->address) in {!! $note->address !!}@endif @if($note->replies_count > 0) @include('templates.replies-icon'): {{ $note->replies_count }}@endif
@if ($note->place)
@endif