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

Edit Help Center Article

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

Published {{ $article->created_at?->diffForHumans() ?? '—' }}

Total views: {{ number_format($article->view_count) }}

  • Only published articles appear in the public help center.
  • Feature key guides to surface them in topic highlights.
  • Keep summaries concise to improve search relevance.
@endsection @push('scripts') @endpush