@extends('templates.prefeitura4.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