@extends('mobile.layouts.app') @section('content')
| 게시글 내용 | ||
|---|---|---|
|
@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
|
||
| 작성 게시글이 없습니다. | ||