@if ($note->twitter) {!! $note->twitter->html !!} @elseif ($note->in_reply_to)
In reply to {{ $note->in_reply_to }}
@endif
{!! $note->note !!} @if(count($note->photoURLs) > 0) @foreach($note->photoURLs as $photoURL) @endforeach @endif
@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