@if ($note->twitter) {!! $note->twitter->html !!} @elseif ($note->in_reply_to)
In reply to {{ $note->in_reply_to }}
@endif
{!! $note->note !!} @foreach($note->media()->get() as $media) @if($media->type == 'image')@endif @if($media->type == 'audio')
@if($note->client_name) via {{ $note->client_name }}@endif @if($note->placeLink)in {{ $note->address }} @elseif($note->address)in {!! $note->address !!}@endif @if($note->replies > 0) @include('templates.replies-icon'): {{ $note->replies }}@endif
@if ($note->placeLink)
@endif