@extends('layouts.app') @section('title', $board->name) @section('content')
| 번호 | 제목 | 작성자 | 작성일 | 조회 |
|---|---|---|---|---|
| @if($post->is_notice) 공지 @else {{ $post->id }} @endif | @if($post->is_secret) @endif {{ $post->title }} | {{ $post->author?->name ?? '알 수 없음' }} | {{ $post->created_at->format('Y-m-d') }} | {{ number_format($post->views) }} |
|
게시글이 없습니다. 첫 게시글 작성하기 |
||||