{{-- Q.{{ $content['title'] }}
--}}
Q.
[{{ $content['country_name'] }} {{ $content['category_name'] }}] {{ $content['title'] }}
{{ $content['mask_name'] }}
{{ $content['created_at'] }}
{{ $content['read_cnt'] }}
@if ($content['status'] === 'CLOSED')
답변완료
@else
답변대기
@endif
{!! $content['content'] !!}
@foreach ($content['comments'] as $comment)
@endforeach
@if ($content['permission']['REPLY'])
@endif