← Back to News

{{ $article->title }}

@if($article->excerpt)

{{ $article->excerpt }}

@endif
👁 {{ number_format($article->views) }} views
📅 Published {{ $article->published_at->diffForHumans() }}
{{ ceil(str_word_count(strip_tags($article->content)) / 200) }} min read
@if($article->featured_image) {{ $article->title }} @else @endif
{!! $article->content !!}
@if($article->tags && count($article->tags) > 0)

Tags:

@foreach($article->tags as $tag) {{ $tag }} @endforeach
@endif
Last updated: {{ $article->updated_at->format('M j, Y \a\t g:i A') }}
Article ID: #{{ $article->id }}