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