Login to add comments.
@endauth @isset($comments) @forelse($comments as $comment){{ $comment->content }}
Posted by: {{ $comment->user->name }} | {{ $comment->created_at->diffForHumans() }} @auth @if(auth()->user()->id == $comment->user_id)No comments available.
@endforelse @endisset