@extends('layout.app') @section('title', $property['Categoria']." no bairro ".mb_convert_case($property['Bairro'], MB_CASE_TITLE, 'UTF-8')." em ".mb_convert_case($property["Cidade"], MB_CASE_TITLE, 'UTF-8')) @section('description', $page->description) @section('extraHeaders') @endsection @section('body') @include('partials.navbar') {{--Galeria fancybox--}} @php $property["Foto"] = array_merge($property["Foto"], $property["FotoEmpreendimento"]); @endphp
@if(is_array($property["Foto"])) @php $i = 1; @endphp @foreach($property["Foto"] as $image) @if($i == 2 and count($property["Video"]) >= 1) @endif @php $i++; @endphp @endforeach @else @endif
{{-- Imagens Mobile--}}
@if(count($property["Foto"]) >= 1)
{{ $image[
@else
Sem Imagem
@endif
Ver todas as fotos
{{-- Imagens Desktop--}} @if(count($property["Foto"]) >= '1')
@else
@endif
@if(count($property["Video"]) >= 1)
@if(count($property["Foto"]) >= '2')
@else
@endif @else @if(count($property["Foto"]) >= '2')
@else
@endif @if(count($property["Foto"]) >= '3')
@else
@endif @endif
{{--Conteudo Imóvel--}}
{{----}}

{{ $property['Categoria'] }}, no bairro {{ mb_convert_case($property['Bairro'], MB_CASE_TITLE, 'UTF-8') }} em {{ mb_convert_case($property["Cidade"], MB_CASE_TITLE, 'UTF-8') }}

Código do Imóvel: {{ $property["Codigo"] }}

@if($property["Dormitorios"] != '' || $property["TotalBanheiros"] != '' || $property["Vagas"] != '')
@if($property["Dormitorios"] != '')
{{ $property["Dormitorios"] }}
dormitórios
@endif @if($property["BanheiroSocialQtd"] != '')
{{ $property["BanheiroSocialQtd"] }}
banheiros
@endif @if($property["Vagas"] != '')
{{ $property["Vagas"] }}
vagas p/ carro
@endif
@endif @if($property["AreaTotal"] != '' || $property["AreaPrivativa"] != '' || $property["DimensoesTerreno"] != '')
@if($property["AreaTotal"] != '')
{{ $property["AreaTotal"] }}
m² Totais
@endif @if($property["AreaPrivativa"] != '')
{{ $property["AreaPrivativa"] }}
m² Privativos
@endif @if($property["DimensoesTerreno"] != '')
{{ $property["DimensoesTerreno"] }}
Terreno
@endif
@endif

O imóvel

{!! str_replace(["\r\n", "\n"], ["
", "
"], $property["DescricaoWeb"]) !!}

@if(in_array("Sim", $property["Caracteristicas"]))
@foreach($property["Caracteristicas"] as $key => $caracteristica) @if($caracteristica == "Sim")
{{$key}}
{{ $key }}
@endif @endforeach
@endif @if(in_array("Sim", $property["InfraEstrutura"]) || $property["DescricaoEmpreendimento"] != '')

O condomínio

{!! str_replace(["\r\n", "\n"], ["
", "
"], $property["DescricaoEmpreendimento"]) !!}

@if(in_array("Sim", $property["InfraEstrutura"]))
@foreach($property["InfraEstrutura"] as $key => $infra) @if($infra == "Sim")
{{ $key }}
{{ $key }}
@endif @endforeach
@endif @endif @if($property["Latitude"] && $property["Longitude"])

Localização


@endif {{-- @if(count($property["Video"]) >= 1)--}} {{--

Vídeo

--}} {{-- @foreach($property["Video"] as $video)--}} {{--
--}} {{-- --}} {{--
--}} {{-- @endforeach--}} {{-- @endif--}}
{{--Caixa direita com contatos--}}
@if($property["ValorVenda"] != '') R${{ number_format($property["ValorVenda"], '2', ',', '.') }} @else Sob consulta! @endif
Tenho interesse nesse imóvel!
Sem compromisso converse com nosso especialista.
@honeypot @csrf
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach @if(Session::has('messageError'))
{{Session::get('messageError')}}
@endif @if(Session::has('messageOk'))
{{Session::get('messageOk')}}
@endif
Corretor especialista que lhe atenderá:

{{ $broker->name }}

CRECI {{ $broker->creci }}

{!! $broker->description !!}

@include('partials.testimonies')
@endsection @section('extra_scripts') @endsection