{{ __('Admin · Marketing · Guidebook') }}
{{ __('Help') }} {{ __('guidebook') }}
{{ __('Write the articles users see at') }} /guidebook. Markdown supported.
Stats below count real views + helpful votes.
{{ 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') }}
| # | {{ __('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 | {{ __('Edit') }} | |
| No articles yet. {{ __('Write the first one →') }} | ||||||
{{ $articles->links() }}