{{ $blog->title }}

@if($blog->is_featured) Featured Post @endif
← Back to Blog
@if($blog->image) {{ $blog->title }} @endif
📅 Published:   {{ $blog->formatted_date }}
👤 Author:   {{ $blog->author }}
📂 Category:   {{ $blog->category }}
⏱️ Reading Time:   {{ $blog->reading_time }} minute(s)
@if($blog->tags)
Tags: @foreach($blog->tags as $tag) #{{ $tag }} @endforeach
@endif
{!! $blog->content !!}

Share this post:

← View All Posts