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

Edit Help Center Topic

Back to Topics
Topic Details
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Used in URLs. Leave blank to auto-generate.
is_active) ? 'checked' : '' }}>
SEO
Cancel
Topic Insights

This topic currently has {{ $topic->articles()->count() }} articles.

  • Reordering impacts how quickly users can find this topic.
  • Toggle visibility when you want to draft content without publishing.
  • Use the SEO fields for better discoverability via search.
@endsection