@extends('frontend.layouts.default-blog') @section('content')

{{$blog->title}}

{{\Carbon\Carbon::parse($blog->created_at)->format('F d, Y')}} • By {{$blog->author}}

{!! $blog->description !!}
@push('inner-scripts') @endpush @endsection