@extends('admin.layouts.home') @section('title', 'Create Help Center Article') @push('styles') @endpush @section('content')

Create Help Center Article

Back to Articles
Article Content
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Used in URLs. Leave blank to auto-generate.
Optional. Displayed at the top of the article.
A short description that appears in listings.
SEO
Cancel
Writing Guidelines
  • Start with a concise summary so readers know what the article covers.
  • Break long steps into concise paragraphs or bullet lists for readability.
  • Use the featured toggle for high-impact guides you want to highlight.
  • Estimate reading time to set expectations for your audience.
@endsection @push('scripts') @endpush