@extends('cms::frontend.layouts.app') @section('title', $blog->title) @section('meta') @endsection @section('content') @includeIf('cms::frontend.layouts.header')

{{$blog->createdBy->user_full_name ?? ''}} {{\Carbon\Carbon::parse($blog->created_at)->diffForHumans()}}

{{$blog->title}}

{!!$blog->content!!}
@endsection