@extends('admin.layouts.home') @section('title', 'Help Center Topics') @section('content')

Help Center Topics

Organize your support content into clear, themed topics.

@if (session('success')) @endif @if (session('error')) @endif
Topic Library
@forelse ($topics as $topic) @empty @endforelse
Topic Articles Display Order Status Updated Actions
@if ($topic->icon) @endif
{{ $topic->title }}
/{{ $topic->slug }}
{{ $topic->articles()->count() }} {{ $topic->display_order }} @if ($topic->is_active) Active @else Hidden @endif {{ $topic->updated_at?->diffForHumans() ?? '—' }}
@csrf @method('DELETE')
No help center topics yet. Start by creating one.
@if ($topics->hasPages()) @endif
@endsection