Arquitetura, Avaliações
e Perícias de Engenharia
Quantidade de imóveis: {{ $imoveis->count() }}
| Cód | Tipo | Local | Bairro | Preço | Área (m²) | Fator Oferta | Preço Uni. (R$/m²) | Frente | Prof. Equivalente | PGM | Topografia | Pos. Quadra | Benfeitoria | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $imovel->id }} | {{ $imovel->tipo == 'terreno' ? 'Terreno' : ($imovel->tipo == 'apartamento' ? 'Apartamento' : ($imovel->tipo == 'imovel_urbano' ? 'Imóvel Urbano' : 'Galpão')) }} | {{ $imovel->endereco }} | {{ $imovel->bairro->nome ?? 'N/A' }} | R$ {{ number_format($imovel->valor_total_imovel, 2, ',', '.') }} | @if ($imovel->tipo == 'terreno'){{ number_format($imovel->area_total, 2, ',', '.') }} m² | @elseif (in_array($imovel->tipo, ['apartamento', 'imovel_urbano', 'galpao'])){{ number_format($imovel->area_construida, 2, ',', '.') }} m² | @endif{{ $imovel->fator_oferta }} | R$ {{ number_format($imovel->preco_unitario1, 2, ',', '.') }} | {{ $imovel->frente }} | {{ $imovel->profundidade_equiv }} | {{ $imovel->bairro->valor_pgm }} | {{ $imovel->topologia }} | {{ $imovel->posicao_na_quadra }} | {{ $imovel->benfeitoria }} |