Notícias

Acompanhe as últimas notícias e ações do Programa Mais Água em Angra.

@php $index = 0 @endphp @forelse($noticias as $noticia) @if( $index % 2 == 0)

{{ $noticia->title }}

{{ $noticia->summary }}

@else

{{ $noticia->title }}

{{ $noticia->summary }}

@endif @php $index++ @endphp @empty

Nenhum notícia publicada.

@endforelse
{{ $noticias->links() }}