@extends("domains.common.layouts.layout") @section("header") @routes("board") @vite([ 'resources/js/domains/common/toastEditor.js', ]) @yield("header-child") @endsection @section("main-content")
설정 시 로그인된 작성자와 직원만 조회 가능 합니다.
Tab이나 Enter로 태그를 추가할 수 있습니다.
{{ $comment->created_at }}
activated ? "black" : "gray")])>{{ $comment->activated ? $comment->content : "삭제된 댓글입니다." }}
{{ $tmpComment->created_at }}
activated ? "black" : "gray")])> @if ($tmpComment->activated) {{ "@" . $post->comments->firstWhere("id", $tmpComment->parent_comment_id)->createdBy->edm_id }} {{ $tmpComment->content }} @else 삭제된 댓글입니다. @endif
댓글 {{ count($post->comments->where("activated", 1)) }}건
{{ $comment->created_at }}
@endifactivated ? "black" : "gray")])>{{ $comment->activated ? $comment->content : "삭제된 댓글입니다." }}
{{ $tmpComment->created_at }}
@endifactivated ? "black" : "gray")])> @if ($tmpComment->activated) {{ "@" . $post->comments->firstWhere("id", $tmpComment->parent_comment_id)->createdBy->edm_id }} {{ $tmpComment->content }} @else 삭제된 댓글입니다. @endif