@foreach(\App\News::query()->orderBy("created_at", "desc")->get() as $new)

{{ $new->name }}

{!! $new->content !!}
@endforeach
@yield("scripts")