@extends( getThemePath() . '.layout.master') @section('header') @include( getThemePath() . '.partials.header') @endsection @section('content')

{{ $blog->title }}

By {{ $blog->author() }} - In {{ getBlogCategories($blog->categories()) }} - Published {{ Carbon\Carbon::parse($blog->created_at)->format('d M Y') }}

{!! $blog->description !!}
@widget('recentPosts')
@endsection @section('footer') @include( getThemePath() . '.partials.footer') @endsection