{{ $news->title }}
{{ $news->category?->name }}
{{ bangla_date($news->publish_date, 'd F Y, h:i A') }}
{{ bangla_date($news->view_count . '', 'd') ? $news->view_count . ' ??? ????' : '' }}
@if($news->reporter) {{ $news->reporter->name }}@endif
@if($news->featured_image)
{{ $news->short_description }}
@endif{!! $news->description !!}
@if($news->tags->count())
?????:
@foreach($news->tags as $tag)
{{ $tag->name }}
@endforeach
@endif