@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->address)in @if($note->placeLink)@endif{{ $note->address }}@if($note->placeLink)@endif ({{ $note->latitude }}, {{ $note->longitude }})@endif @if($note->replies > 0)Replies: {{ $note->replies }}@endif @if($note->tweet_id)@include('templates.social-links', ['tweet_id' => $note->tweet_id, 'nb60id' => $note->nb60id])@endif @if ($note->placeLink)
@endif