@include('admin.layouts.flash')
@include('admin.layouts.pagetitle')
Manage News Feed
| ID | Title | Image | Status | Action |
|---|---|---|---|---|
| #{{ $post->id }} | {{ $post->title }} |
|
{{ $post->status == 1 ? 'Active' : 'Deactive' }} |
|