@extends('layout.app') @section('title', $property["TituloSite"] ) @section('description', $page->description) @section('body') @include('partials.menu.desktop') @include('partials.menu.mobile') @php $property["Foto"] = array_merge($property["Foto"], $property["FotoEmpreendimento"]); @endphp {{--FancyBox Galery--}}
{{--Imagens Mobile--}} {{--Imagens Desktop--}} @if(count($property["Foto"]) >= '1') @else @endif{{$property["TipoEndereco"]}} {{ $property["Endereco"] }} - {{ mb_convert_case($property["Bairro"], MB_CASE_TITLE, 'UTF-8')}}, {{ $property["Cidade"] }}
{!! str_replace(["\r\n", "\n"], ["
", "
"], $property["DescricaoWeb"]) !!}
{!! str_replace(["\r\n", "\n"], ["
", "
"], $property["DescricaoEmpreendimento"]) !!}