@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('jS F Y', strtotime($blog->created_at)) }}@endif By {{ $blog->user->fname }} {{ $blog->text }} {{ __('frontstaticword.BacktoBlog') }} {!! $blog->detail !!}
{!! $blog->detail !!}