{{ $blog->title }}
{!! $blog->content !!}
@auth
@foreach(App\Models\BlogReaction::REACTIONS as $type => $reaction)
@endforeach
@else
@foreach(App\Models\BlogReaction::REACTIONS as $type => $reaction)
@endforeach
@endauth
@if($blog->tags)
@endif
Comments ({{ $blog->comments->count() }})
@authPlease login to join the discussion.