{{ $blog->title }}
icon
{{ $blog->title }}
{{ $blog->title }} @if ($blog->sub_title) {{ $blog->sub_title }} @endif
@if ($blog->category)

{{ $blog->category->name }}

@endif

{{ $blog->published_at->formatted }}

@if ($blog->tags->count())
@foreach ($blog->tags as $tag) #{{ $tag->name }} @endforeach
@endif
{!! $blog->content !!}
@if ($relatedTagsBlog)
{{ trans('blog.related_blog') }}
@endif @if ($relatedCategoryBlogs->count())
{{ trans('blog.related_blog') }}
@foreach ($relatedCategoryBlogs as $blog) @endforeach
@endif