@extends('desktop.layouts.app') @section('content')
@if($post->is_notice || $post->is_speaker) [공지] @endif @if($post->is_secret) @endif {{ $post->subject }} |
||
|---|---|---|
| show_user_thumb_in_post) class="w-0 p-0" @endif>
@if($boardMeta->show_user_thumb_in_post)
|
{{ $post->username }} @if($boardMeta->use_post_user_regdate && $post->user->createdAt){{ $post->user->createdAt }}@endif | {{ $post->createdAt }} |
|
||
|
||
{!! $post->content !!} |
||
| @if($boardMeta->use_post_like) @endif @if($boardMeta->use_post_dislike) @endif | ||
| @if($post->tags->count() > 0) {{ join(', ', array_column($post->tags->toArray() ?? [], 'tag')) }} @endif | ||
댓글 {{ $post->comment_rows }}개
@if($post->comment_rows > 0)
@endif
|
|---|
|
@include('desktop.board.comment.write')
|