@include('mobile.account.navTabs')
작성 게시글
Total : {{ $posts->total }}
|
|
게시글 내용 |
@if($posts->total > 0)
@foreach($posts->list as $row)
|
|
@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->user->name }}
- {{ $row->createdAt }}
- 조회 {{ $row->hit }}
@if($row->thumbnail)
@endif
|
@endforeach
@else
|
작성 게시글이 없습니다.
|
@endif
@if($posts->total > 0)
@endif
@endsection
@push('styles')