@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') @stop @section('content')

Inmuebles

@foreach($inmueble as $INMUEBLE)
{{ $INMUEBLE->direccion }}
{{$INMUEBLE->direccion}}
@include('inmueble.view') @include('inmueble.update') @endforeach
@include('inmueble.create') @stop @section('css') @stop @section('js') @stop