{{ $news->category }}
@if($news->is_featured)
Featured
@endif
{{ $news->title }}
By {{ $news->author ?? 'Admin' }}
{{ $news->published_at->format('F j, Y') }}
{{ $news->reading_time }} min read
{!! nl2br(e($news->content)) !!}