News Article Details
Full details and content of this news article.
Title
{{ $news->title }}
Slug
{{ $news->slug }}
Published At
{{ $news->published_at ? $news->published_at->format('Y-m-d H:i') : '-' }}
Summary
{{ $news->summary ?: '-' }}
Content
{!! $news->content ?: '-' !!}
Featured Image
@if ($news->image)
@else
No image
@endif