@forelse($templates as $template) @empty @endforelse
양식명 분류 문서 제목 섹션 컬럼 활성 수정일 작업
{{ $template->name }} @if($template->category) {{ $template->category }} @else - @endif {{ $template->title ?: '-' }} {{ $template->sections_count ?? 0 }} {{ $template->columns_count ?? 0 }} {{ $template->updated_at->format('Y-m-d') }}

등록된 문서양식이 없습니다.

+ 새 양식 만들기
@if($templates->hasPages())
@include('partials.pagination', ['paginator' => $templates, 'htmxTarget' => '#template-table', 'htmxTrigger' => 'filterSubmit'])
@endif