@extends('mobile.layouts.app') @section('content')
@if($post->is_notice || $post->is_speaker) [공지] @endif @if($post->is_secret) @endif {{ $post->subject }} |
||
|---|---|---|
|
@if($boardMeta->show_user_thumb_in_post)
{{ $post->username }}
@if($boardMeta->use_post_user_regdate && $post->user->createdAt)
가입일:{{ $post->user->createdAt }}
@endif
작성일시:{{ $post->createdAt }} @if($boardMeta->show_post_ip || IS_ADMIN)IP:{!! $post->ipAddress !!} @endif |
||
|
||
|
||
{!! $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('mobile.board.comment.write')
|