@extends('theme.master') @section('title', "$blog->heading") @section('content') @include('admin.message')
{{ $blog->heading }}
{{ date('jS F Y', strtotime($blog->created_at)) }} By {{ $blog->user->fname }}
blog

{!! $blog->detail !!}


@endsection