@extends('layouts.noticias') @section('noticias')
@foreach($posts as $post)
@php $caminho = str_replace('\\','\/',$post->image); @endphp
{{$post->casa->nome}} > {{$post->category->name}}

{{$post->title}}

{{str_limit($post->excerpt,90)}}
@endforeach
{{ $posts->links() }}
@stop @section('endereco') @include('partials.endereco') @stop