All Posts
@if ($errors->any())
@endif
@if (session("success"))
@endif
Error!
@foreach ($errors->all() as $error){{ $error }}
@endforeachSuccess!
{{ session("success") }}
| # | Title | Author | Category | Tags | Status | Featured | Comment Status | Views | Comment Count | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->index + $posts->firstItem() }} | {{ $post->title }} | {{ $post->user->name }} | {{ $post->category->title }} | @forelse ($post->tags as $tag) {{ $tag->name }} @empty Empty @endforelse | id) }}">{{ $post->status ? "Published" : "Draft" }} | id) }}">{{ $post->is_featured ? "Yes" : "No" }} | id) }}">{{ $post->enable_comment ? "Enable" : "Disable" }} | {{ $post->views }} | {{ $post->comments_count }} | |
| No post found! | ||||||||||