@extends('layouts.app') @section('title', 'CONFINCA - Inmobiliarias en bucaramanga') @section('content')

{{$banner['title']}}

{{ $banner['caption'] }}

Tipo
Tipo Inmueble
Ciudad

{{ $text->title }}

{{ $text->description }}
@foreach ($column as $col)
{{$col->title}}

{{ $col->description }}

@endforeach

{{ $textt->title }}

{{ $textt->description }}
@forelse ($great as $inmueble)
@foreach ($inmueble->images as $image)
{{ $image->image }}
@endforeach

{{ $inmueble->address }}

{{ $inmueble->rooms }} Hab.

{{ $inmueble->bathrooms }} BaƱos

{{ $inmueble->area }} m2


${{number_format($inmueble->price)}}

@empty

No hay inmuebles para mostrar.

@endforelse

{{ $left->title }}

{{ $left->description }}

{{ $title->title }}

{{ $title->subtitle }}
@foreach ( $right as $cl )
{{ $cl->title }}

{{ $cl->description }}

@endforeach
@endsection