@extends('theme.master') @section('title', "$blog->heading") @section('content') @include('admin.message') @section('meta_tags') @php $url = URL::current(); @endphp @endsection
{{ $blog->heading }}
{{--
@if($blog->created_at == !NULL){{ date('Y m/d', strtotime($blog->created_at)) }}@endif {{ $blog->user->fname }}
--}} {{-- --}}
blog

{!! $blog->detail !!}


@endsection