{{ __('Admin') }} {{ __('Guidebook') }}
{{ __('Admin · Marketing · Guidebook') }}

{{ __('Help') }} {{ __('guidebook') }}

{{ __('Write the articles users see at') }} /guidebook. Markdown supported. Stats below count real views + helpful votes.

@if (session('success'))
{{ session('success') }}
@endif
{{ __('Total') }}
{{ $kpi['total'] }}
{{ __('Published') }}
{{ $kpi['published'] }}
{{ __('Drafts') }}
{{ $kpi['drafts'] }}
{{ __('Views') }}
{{ number_format($kpi['views_30d']) }}
+{{ number_format($kpi['helpful']) }} helpful · {{ number_format($kpi['not_helpful']) }} {{ __('not') }}
@if ($q || $category) {{ __('Clear') }} @endif
@forelse ($articles as $a) @empty @endforelse
# {{ __('Title') }} {{ __('Category') }} {{ __('Views') }} {{ __('Helpful') }} {{ __('Status') }}
{{ $a->sort_order }}
{{ $a->title }}
/guidebook/{{ $a->slug }}
{{ $a->category }} {{ number_format($a->views_count) }} @if ($a->helpful_count + $a->not_helpful_count > 0) {{ round(($a->helpful_count / ($a->helpful_count + $a->not_helpful_count)) * 100) }}% @else @endif
@csrf
{{ __('Edit') }}
@csrf @method('DELETE')
No articles yet. {{ __('Write the first one →') }}
{{ $articles->links() }}