@include('admin.layouts.main') @include('admin.layouts.title') @include('admin.layouts.headercss')
@include('admin.layouts.sidebar')
@include('admin.layouts.topbar')
@include('admin.layouts.flash')
@include('admin.layouts.pagetitle')
Manage News Feed
Show
Add News Feed
Loading...
@foreach($posts as $post) @endforeach
ID Title Image Status Action
#{{ $post->id }} {{ $post->title }} post-img {{ $post->status == 1 ? 'Active' : 'Deactive' }}
@include('admin.layouts.footer')
Delete News Feed?

This action cannot be undone. The post will be permanently removed.

@include('admin.layouts.footerScripts')