@extends('common.dashboard') @section('title','Blog post') @section('content')
| # | Photo | Title | Discription | Status | 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 |
|