@if($blog->allow_comments == 1)

Comments {{ $total_comments }} Comments

@if(count($comments) < 1)

No comments yet! Be the first to comment

@else @foreach($comments as $comment)

{{ $comment->name }} - {{ $comment->created_at->diffForHumans() }}

{{ $comment->body }}

@endforeach @endif
@auth
@csrf {{ method_field('DELETE') }}
@section('custom_js') @endsection @endauth @endif