@extends('admin.layouts.home') @section('title', 'Help Center Topics') @section('content')
Organize your support content into clear, themed topics.
| 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() ?? '—' }} | |
| No help center topics yet. Start by creating one. | |||||