@extends('layouts.blog-layout') @section('content') @if(count($data['blog']))
{{$blog->created_at}}
{{strip_tags($blog->content,'')}}