@include('seo.header')

{{ $page_title }}

Add Post

 

@foreach ($posts as $row) @endforeach
ID Image Title Status Action
{{ $row->id }} {{ $row->title }} {{ $row->status == 1 ? 'Active' : 'Inactive' }}
{{ $posts->links() }}
@include('seo.footer')