@if(view()->exists('common.board.'.$db.'.view-detail-inc'))
@include('common.board.'.$db.'.view-detail-inc')
@endif
{!! $article->content !!}
@if ($config->attachable and !empty($article->attachments))
@foreach($article->attachments as $file)
-
@if(in_array($file->extension, config('system.image_ext')))
@endif
@endforeach
@endif
@if ($article->comments->count() > 0)
전체
{{ $article->comments->count() }}
@endif
@foreach($comments as $comment)
@endforeach
@can('create-comments')
@include('common.board.comment-form', ['article_id' => $article->id])
@endcan
@if ($db == 'pass_review')
@endif