@extends('desktop.layouts.app') @section('content')
| 번호 | 게시판 | 제목 | 작성일시 | 조회수 | |
|---|---|---|---|---|---|
| {{ $row->num }} | {{ $row->boardName }} | @if($row->categoryName) @endif {{ $row->subject }} @if($row->is_secret) @endif @if($row->comment_rows > 0) [{{ $row->comment_rows }}] @endif @if($row->file_rows > 0) @endif @if($row->link_rows > 0) @endif @if($row->image_rows > 0) @endif | {{ $row->createdAt }} | {{ $row->hit }} | |
| 작성 게시글이 없습니다. | |||||