@extends(env('APP_NAME').'.layout', [ 'activatedNavItem' => 'INQUIRY', ]) @push('head') {!! resource('edmuhak/component/bbs/common.css') !!} {!! resource('edmuhak/component/inquiry/qna/asset/board.css') !!} @endpush @section('content')

실시간Q&A

궁금한 사항을 남겨주세요
전문 컨설턴트가 24시간 이내
친절히 답변해드리겠습니다

문의하기
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)
A.
{!! $comment['content'] !!}
{{ $comment['created_at'] }}
@endforeach @if ($content['permission']['REPLY'])
{{--
--}} @csrf
{{-- 목록 --}} 목록
@endif
@if ($content['permission']['UPDATE']) {{-- 수정 --}} 수정 @endif @if ($content['permission']['DELETE']) @endif @if ($content['permission']['REPLY']) @endif
{{-- 목록 --}}
@endsection