@extends('layouts.app') @section('content')
@include('flash::message')

Ofertas PH

Nuevo
@if ($ofertasphs->isEmpty())
No ofertasphs found.
@else
@foreach ($ofertasphs as $ofertasph) @endforeach
Id Oferta Ph Numero Predial Antiguo Numero Predial Nuevo Codigo Homologado Matricula Inmobiliaria Tipo Oferta Departamento Municipio Nombre Barrio Estrato Direccion Valor Arriendo Valor Administracion Valor Oferta Venta Porcentaje De Negociacion Valor Oferta Negociado Anio Construccion Altura Dificio No Piso Area Construida M2 Area Privada M2 No Garajes No Depositos Vr Total Terraza Balcon Patio Valor Garajes Valor Depositos Observaciones Latitud Longitud Conservacion Fecha Captura Oferta Tiempo Oferta Mercado Numero Contacto Oferente Nombre Oferente Coeficiente Avaluo Catastral Destinacion Economica Derecho Tipo Tipo Tipologia Action
{!! $ofertasph->ID_OFERTA_PH !!} {!! $ofertasph->NUMERO_PREDIAL_ANTIGUO !!} {!! $ofertasph->NUMERO_PREDIAL_NUEVO !!} {!! $ofertasph->CODIGO_HOMOLOGADO !!} {!! $ofertasph->MATRICULA_INMOBILIARIA !!} {!! $ofertasph->TIPO_OFERTA !!} {!! $ofertasph->DEPARTAMENTO !!} {!! $ofertasph->MUNICIPIO !!} {!! $ofertasph->NOMBRE_BARRIO !!} {!! $ofertasph->ESTRATO !!} {!! $ofertasph->DIRECCION !!} {!! $ofertasph->VALOR_ARRIENDO !!} {!! $ofertasph->VALOR_ADMINISTRACION !!} {!! $ofertasph->VALOR_OFERTA_VENTA !!} {!! $ofertasph->PORCENTAJE_DE_NEGOCIACION !!} {!! $ofertasph->VALOR_OFERTA_NEGOCIADO !!} {!! $ofertasph->ANIO_CONSTRUCCION !!} {!! $ofertasph->ALTURA_DIFICIO !!} {!! $ofertasph->No_PISO !!} {!! $ofertasph->AREA_CONSTRUIDA_M2 !!} {!! $ofertasph->AREA_PRIVADA_M2 !!} {!! $ofertasph->No_GARAJES !!} {!! $ofertasph->No_DEPOSITOS !!} {!! $ofertasph->VR_TOTAL_TERRAZA_BALCON_PATIO !!} {!! $ofertasph->VALOR_GARAJES !!} {!! $ofertasph->VALOR_DEPOSITOS !!} {!! $ofertasph->OBSERVACIONES !!} {!! $ofertasph->LATITUD !!} {!! $ofertasph->LONGITUD !!} {!! $ofertasph->CONSERVACION !!} {!! $ofertasph->FECHA_CAPTURA_OFERTA !!} {!! $ofertasph->TIEMPO_OFERTA_MERCADO !!} {!! $ofertasph->NUMERO_CONTACTO_OFERENTE !!} {!! $ofertasph->NOMBRE_OFERENTE !!} {!! $ofertasph->COEFICIENTE !!} {!! $ofertasph->AVALUO_CATASTRAL !!} {!! $ofertasph->DESTINACION_ECONOMICA !!} {!! $ofertasph->DERECHO_TIPO !!} {!! $ofertasph->TIPO_TIPOLOGIA !!}
@endif
@endsection