@extends('common.dashboard') @section('title','Blog post') @section('content')

Blog post table Add New?

@foreach($posts as $key=>$post) @endforeach
#Photo Title DiscriptionStatus Modify
{{$key+1}}
{{mb_substr($post->title,0,30)}} ... {{mb_substr(strip_tags($post->description),0,50)}} ... @if($post->status==1) Active @else Inactive @endif


{{$posts->links()}}
@endsection