@if($notices)
@foreach($notices->list as $row)
|
use_personal) colspan="2" @endif>
@if($boardMeta->use_category && $row->categoryName)
@endif
@if($row->is_secret)
@endif
{{ $row->subject }}
@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
@if($row->isNew)
New
@endif
@if($row->isHot)
Hot
@endif
|
{{ $row->user->name }} |
{{ $row->createdAt }} |
{{ $row->hit }} |
{{ $row->like }} |
@endforeach
@endif