{{ __('Document Comments') }}

@csrf
@if(isset($comments)) @foreach($comments as $comment)
{!! $comment->comment !!}
{{$comment->user->getFullName()}} {{ dataTranslation($comment->user->getDepartmentName()) }}
{{ $comment->created_at->format('d-m-Y H:m') }}
@endforeach @endif