@extends("domains.common.layouts.layout") @section("header") @endsection @section("main-content")

게시판 관리

-
{{ $boards->total() }}
{{ $boards->links("vendor.pagination.default") }}
@foreach ($boards as $board) @endforeach
번호 등록일시 게시판명 게시글 수 댓글 수 게시글 관리
{{ $board->id }} @if (isset($board->created_at)) {{ explode(" ", $board->created_at)[0] }}
{{ explode(" ", $board->created_at)[1] }} @else - @endif
{{ $board->name }} {{ count($board->{$board::BOARD_METHODS[$board->id]}) }} {{ $board->{$board::BOARD_METHODS[$board->id]}->sum(fn ($post) => count($post->comments->where("activated", 1))) }} 바로가기
@endsection @push("script") @endpush