@if($post->author->avatar)
@else
@endif
{{ $post->author->name }}
Tech Insights Specialist
@if(isset($post->author->social_links['twitter']) && $post->author->social_links['twitter'] !== '#')
@endif
@if(isset($post->author->social_links['facebook']) && $post->author->social_links['facebook'] !== '#')
@endif
@if(isset($post->author->social_links['linkedin']) && $post->author->social_links['linkedin'] !== '#')
@endif
{!! nl2br(e($post->content)) !!}
Discussion ({{ $post->approvedComments->count() }})
@if(session('success'))Leave a perspective
{{ $comment->name }}
{{ $comment->created_at->diffForHumans() }}{{ $comment->comment }}