| # | Title | @if ($board->getSetting('show_name', false))Author | @endifViews | @if ($board->getSetting('allow_comments', false))Comments | @endif @if ($board->getSetting('enable_likes', false))Likes | @endifDate |
|---|---|---|---|---|---|---|
|
@if($post->category)
@foreach($post->categories as $category)
{{ $category }}
@endforeach
@endif
@if($post->isSecret())
@endif
{{ $post->title }}
|
@if ($board->getSetting('show_name', false))
@if($post->author_profile_photo)
|
@endif
{{ $post->view_count ? number_format($post->view_count):'-' }} | @if ($board->getSetting('allow_comments', false)){{ $post->comment_count ? number_format($post->comment_count) : '-' }} | @endif @if ($board->getSetting('enable_likes', false)){{ $post->like_count ? number_format($post->like_count) : '-' }} | @endif||
| {{ $row->id }} |
@if($row->category)
@foreach($row->categories as $category)
{{ $category }}
@endforeach
@endif
@if($row->isSecret())
@endif
{{ $row->title }}
|
@if ($board->getSetting('show_name', false))
@if($row->author_profile_photo)
|
@endif
{{ $row->view_count ? number_format($row->view_count):'-' }} | @if ($board->getSetting('allow_comments', false)){{ $row->comment_count ? number_format($row->comment_count) : '-' }} | @endif @if ($board->getSetting('enable_likes', false)){{ $row->like_count ? number_format($row->like_count) : '-' }} | @endif