{{ $board->subject }}

@if (!empty($categories)) @endif
@csrf @method('PUT')
Total {{ $posts->total() ?? 0 }}건 {{ $posts->currentPage() ?? 1 }} 페이지
  • @can ('writeLevel', $board)
  • 글쓰기
  • @endcan
{{__('자유게시판 목록')}}
  • 번호
  • 제목
  • 글쓴이
  • 조회
  • 날짜
    @forelse ($posts as $key => $post)
    $post->is_notice]) data-group-id="{{$post->post_group_id}}">
  • @if ($post->is_notice) 공지 @else {{ $posts->total() - ($posts->currentPage() - 1) * ($post->page_rows ?: 10) - $loop->index }} @endif
  • @if($post->is_secret) {{__('비밀글')}} @endif {{ Str::limit($post->subject, 40) }} @if($post->is_new) N새글 @endif @if($post->is_hot) H인기글 @endif @if ($post->files_count != 0) {{__('파일첨부')}} @endif @if ($post->comments_count > 0) 댓글 {{ number_format($post->comments_count) }} @endif
  • @if($post->user) @else {{ $post->user_name }} @endif
  • {{ number_format($post->hit) }} {{ substr($post->created_at, 2, 8) }}
    @empty
      게시물이 없습니다.
    @endforelse
{{ $posts->links('paginate.default') }} @auth @adminPage {{-- --}} @endadminPage @endauth

검색