{{ $idea->title }}

@admin @if ($idea->spam_reports > 0)
Spam Reports: {{ $idea->spam_reports }}
@endif @endadmin {!! nl2br(e($idea->description)) !!}
{{ $idea->created_at->diffForHumans() }}
{{ $idea->category->name }}
{{ $idea->comments()->count() }} comments
{{ $idea->status->name }}
@auth
@endauth
{{ $votesCount }}
Votes
@if ($hasVoted) @else @endif
@admin @endadmin