@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->tweet_id || $note->facebook_url)@include('templates.social-links', ['tweet_id' => $note->tweet_id, 'facebook_url' => $note->facebook_url])@endif @if ($note->placeLink)
@endif