@extends('admin.layout.app') @section('body')
| {{ __('admin.cover') }} | {{ __('admin.title') }} | {{ __('admin.type_2') }} | {{ __('admin.status') }} | {{ __('admin.published_at') }} | {{ __('admin.author_2') }} | {{ __('admin.actions') }} |
|---|---|---|---|---|---|---|
|
@if($post->cover_image)
|
{{ $post->title }}
{{ $post->slug }}
|
{{ $post->type }} | @if($post->is_published) {{ __('admin.published') }} @else {{ __('admin.draft') }} @endif | {{ optional($post->published_at)->format('Y-m-d H:i') ?? '-' }} | {{ $post->author?->name ?? '-' }} | {{ __('admin.edit') }} |
| {{ __('admin.no_posts_found') }} | ||||||