@extends('blog.layout.base') @section('title', $category->name.' - Mapa do Imóvel') @section('description', $category->name.' - Mapa do Imóvel') @section('body')

{{ $category->name }}

@foreach($posts as $post) @include('blog.layout.lists.withDescription') @endforeach
{{ $posts->onEachSide(1)->links() }}
@include('blog.layout.newsletter') @endsection