@extends('layouts.master') @section('title', $blog->meta_title ?? $blog->heading) @section('content')
{{ $blog->heading }}
  • {{ $blog->author ?? 'Admin' }}
  • {{ \Carbon\Carbon::parse($blog->created_at)->format('d M, Y') }}

{{ $blog->heading }}

{{ $blog->short_description }}

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