@extends('admin.layouts.home') @section('title', 'Help Center Articles') @section('content')
Create step-by-step guides, FAQs, and troubleshooting docs for your community.
| Article | Topic | Featured | Published | Read (min) | Order | Updated | Actions |
|---|---|---|---|---|---|---|---|
|
{{ $article->title }}
/{{ $article->slug }}
|
{{ $article->topic?->title ?? '—' }} | @if ($article->is_featured) @else — @endif | @if ($article->is_published) Published @else Draft @endif | {{ $article->estimated_reading_time ?? '—' }} | {{ $article->display_order }} | {{ $article->updated_at?->diffForHumans() ?? '—' }} | |
| No help center articles found. Start by creating one. | |||||||