{{ __('Trashed Posts') }}

Back to Posts
@forelse ($trashedPosts as $post) @empty @endforelse
id title excerpt status category_id Action
{{ $post->id }} {{ $post->title }} {{ $post->excerpt }} {{ $post->status }} {{ $post->category ? $post->category->name : 'No Category'; }}
No Trashed Posts Found!