@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
@stop
@section('content')
Inmuebles
@foreach($inmueble as $INMUEBLE)
@include('inmueble.view')
@include('inmueble.update')
@endforeach
@include('inmueble.create')
@stop
@section('css')
@stop
@section('js')
@stop