@foreach ($listNews as $news)
@endforeach
{{ $news->title }}
{{ \Carbon\Carbon::parse($news->date)->format('d-M-Y') }}
{{ $news->description }}