@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

Blog Post List

@if (\Session::has('success'))
@endif

Blog Post List

@foreach($blog_post as $bp) @endforeach
Post Id Image Name Meta Title Meta Description Meta Keywords Preview Status Edit Delete
{{$bp->id}} {{$bp->post_name}} {{$bp->meta_title}} {{$bp->meta_description}} {{$bp->meta_keywords}} Preview @if($bp->status == 1) Active @else Inactive @endif
@include('layouts.footer')