{{ $news->title }}
{{ $news->title }}
{!! label('lbl_posted').': '.date('d F, Y', strtotime($news->created_at)) !!}
{!! $news->content !!}