@if (!empty($data['qa_stytem_detail']))
@foreach ($data['qa_stytem_detail'] as $qa_stytem_detail)
{!! !empty($qa_stytem_detail['description']) ? $qa_stytem_detail['description'] : '' !!}
@endforeach
@endif
@if (!empty($data['qa_stytem']))
@foreach ($data['qa_stytem'] as $qa_stytem)
@if (!empty($qa_stytem['image']))
@endif
@endforeach
@endif