@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--}}
@if(is_array($property["Foto"])) @foreach($property["Foto"] as $image) @endforeach @else @endif
{{--Imagens Mobile--}}
@if(count($property["Foto"]) >= 1) @php $i = 0; @endphp @foreach($property["Foto"] as $image)
{{ $image[
@php $i++; if ($i == 4){ break; } @endphp @endforeach @else
Sem Imagem
@endif
Ver todas as fotos
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

{{ $property["TituloSite"] }}

{{$property["TipoEndereco"]}} {{ $property["Endereco"] }} -  {{ mb_convert_case($property["Bairro"], MB_CASE_TITLE, 'UTF-8')}}, {{ $property["Cidade"] }}

@if($property["Dormitorios"] != '')
{{ $property["Dormitorios"] }}
@if($property["Dormitorios"] == 1)
dormitório
@else
dormitórios
@endif
@endif @if($property["Vagas"] != '')
{{$property["Vagas"]}}
@if($property["Vagas"] == 1)
vaga p/ carro
@else
vagas p/ carro
@endif
@endif @if($property["AreaTotal"] != '')
{{ $property["AreaTotal"] }}
@endif
Valores
@if($property["ValorLocacao"] != '')
Aluguel
R$ {{ number_format($property["ValorLocacao"], '2', ',', '.') }}
@endif @if($property["ValorCondominio"] != '')
Condomínio
R$ {{ number_format($property["ValorCondominio"], '2', ',', '.') }}
@endif @if($property["ValorIptu"] != '')
IPTU
R$ {{ number_format($property["ValorIptu"], '2', ',', '.') }}
@endif
Valor total
R$ {{ number_format(floatval($property["ValorLocacao"]) + floatval($property["ValorCondominio"]) + floatval($property["ValorIptu"]), '2', ',', '.') }}
@if($property["DescricaoWeb"] != '')

Sobre o imóvel

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

@endif @if($property["DescricaoEmpreendimento"])

Sobre o condomínio

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

@endif @if($property["Latitude"] && $property["Longitude"])

Localização


@endif
Agende uma visita ao imóvel
Escolha um dia:
Escolha um horário:
Agendar Visita
Para finalizar, informe
seu nome, email e telefone
Enviaremos para o seu e-mail a confirmação do agendamento da visita.
@csrf
Para continuar, informe
um dia e uma hora primeiramente
Agendamento realizado com sucesso!
Em breve entraremos em contato com você!
Não foi possivel realizar o agendamento
Tente novamente
@endsection @section('extra_scripts') @endsection