{{ __('lang.add_comment') }}
@csrf
{{ __('lang.comments') }}
@forelse($comments as $comment)
{{ $comment->user_id ? $comment->user->getCompleteName() : __('lang.anonymous') }}

{{ $comment->comentario }}

{{ $comment->getDateComment() }}
@empty

{{ __('lang.empty') }}

@endforelse