@extends('adminlte::page') @section('title', 'INMUEBLES') @section('content_header') @stop @section('content')
@empty($inmuebles) @else @php $contador = 1; @endphp @foreach ($inmuebles as $inmueble) @php $contador++; @endphp @endforeach @endempty
@include('inmuebles.modalEdit') @include('inmuebles.modalCreate') @stop @section('css') @stop @section('js') @if(session('error') == 'validator') @endif @if(session('edit') == 'modificar') @endif @stop