¡Descubre y Aprovecha!

@foreach ($noticias->where('tipo_noticia', 1) as $noticia)
{{$noticia->titulo}}
{{$noticia->descripcion}}
@endforeach