Comments ({{ $blog->comments->count() }})
-
@forelse ($blog->comments as $comment)
-
{{ $comment->user->name }} {{ $comment->created_at->toDateString() }}{{ $comment->comment }}@if ($comment->child->count() > 0)
-
{{ $comment->child->user->name }} {{ $comment->child->created_at->toDateString() }}{{ $comment->child->comment }}
@empty
@endforelse
-