| Title | Author | SEO | Featured Image | Date | |
|---|---|---|---|---|---|
|
{{ $post->title }}
Slug: {{ $post->slug }}
{{ \Illuminate\Support\Str::limit($post->excerpt ?: strip_tags($post->detail), 120) }}
|
{{ $post->author?->name ?: 'Admin User' }}
{{ $post->author?->email ?: 'System author' }}
|
{{ $post->seo_title ?: 'SEO title not set' }}
{{ \Illuminate\Support\Str::limit($post->seo_description ?: 'No SEO description added.', 90) }}
@if($post->seo_keywords)
{{ $post->seo_keywords }}
@endif
|
@if($post->featuredImage)
{{ $post->featuredImage->title ?: 'Selected image' }}
|
{{ ucfirst($post->status) }}
{{ $post->published_at ? $post->published_at->format('Y/m/d \\a\\t h:i a') : 'Not published' }}
Updated {{ $post->updated_at->diffForHumans() }}
|
|
| No posts found for the current filter. | |||||