@foreach(\App\Headline::orderBy('id', 'desc')->where('type', 1)->skip(0)->take(10)->get() as $post) @if($post)

{{$post->title}}

@endif @endforeach