@foreach ($comments as $comment)

@lang("profile.question"): {{ $comment->comment }}

@lang("profile.answer"): @if ($comment->response == null) @lang("profile.no_response"). @else {{ $comment->response }} @endif

@lang("profile.date"): {{ $comment->created_at }}

@endforeach
{{ $comments->render() }}
@include('sections.profile.partials.user-aside')