@props([ 'pageTitle' => '콘텐츠 관리', ])
@csrf @method("DELETE")
전체 {{ number_format($contents->total()) }}건 (0건 선택)
@forelse ($contents as $content) @empty @endforelse
코드 제목 작성자 작성일 관리
{{ $content->id }} {{ $content->title }} @if ($content->author) {{ $content->author->name }} @else {{ $content->author_id }} @endif {{ $content->created_at }} 수정
등록된 콘텐츠가 없습니다.
{{ $contents->links('admin.paginate.default') }}