@extends('templates.prefeitura1.layout') @section('content')

Procurando: {{$busca}}

@foreach($noticias as $noticia) @endforeach

{{$noticia->titulo}}

GESTÃO À VISTA DE TODOS

@foreach($links as $link) @endforeach
@endsection @section('post-script') @endsection