Home
/
Blog
/
{{ $blog->title }}
{{ $blog->title }}
@if($blog->is_featured)
Featured Post
@endif
← Back to Blog
@if($blog->image)
@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:
Share on Facebook
Share on Twitter
Share on LinkedIn
← View All Posts