@extends('layouts.pesquisa') @section('conteudo')

Notícias

@foreach ($noticias as $noticia)
{{$noticia['title']}}
{{env('APP_URL')}}/noticia/{{$noticia['slug']}}
@php echo $noticia['excerpt'] @endphp

@endforeach
@stop @section('endereco') @include('partials.endereco') @stop