@extends('desktop.layouts.app') @section('content')
| 번호 | 제목 | 작성자 | 작성일 | 조회 | 추천 |
|---|---|---|---|---|---|
| {{ $row->num }} |
@if($row->categoryName)
@endif
@if($row->is_secret)
비밀글입니다.
@elseif($row->isBlame)
|
{{ $row->user->name }} | {{ $row->createdAt }} | {{ $row->hit }} | {{ $row->like }} |
| 최신 글이 존재하지 않습니다. | |||||
| {{ $recent->list->onEachSide($params->pageCount)->links('desktop.board.component.pagination') }} | |||||