All StatusPublishedDraftFeaturedAll Categories
@foreach($this->getCategories() as $category)
{{ $category }}
@endforeach
Created DatePublished DateTitleNewest FirstOldest First
{{-- Posts Table --}}
TitleStatusCategoryAuthorPublishedActions
@forelse($posts as $post)
{{ $post->title }}
@if($post->excerpt)
{{ str_limit($post->excerpt, 60) }}
@endif
@if($post->is_published)
Published
@else
Draft
@endif
@if($post->is_featured)
Featured
@endif
@if($editingPost)
Save as Draft
{{ $editingPost->is_published ? 'Update' : 'Publish' }}
@else
Save Draft
Publish
@endif
{{-- Language Tabs --}}
{{-- Main Content --}}
{{-- Title & Slug --}}
Title ({{ strtoupper($activeLocale) }})Slug ({{ strtoupper($activeLocale) }})
{{-- Excerpt --}}
Excerpt ({{ strtoupper($activeLocale) }})Optional excerpt for post listings and SEO
{{-- Content --}}
Content ({{ strtoupper($activeLocale) }})
{{-- Sidebar --}}
{{-- Publishing Options --}}
Publishing
Published Date
Featured Post
Featured posts appear prominently on the site
{{-- Categories & Tags --}}
Organization
CategoryTagsSeparate multiple tags with commas
{{-- SEO Settings --}}
SEO Settings
Meta Title ({{ strtoupper($activeLocale) }})Meta Description ({{ strtoupper($activeLocale) }})