EVOLUTION-MANAGER
Edit File: 8a3e4d137bbc6f0b98ce8ceaed914ad32cddb7e7.php
<?php if($resultado!=null): ?> <div> <table class="table table-bordered table-hover"> <thead> <tr> <th>CODIGO</th> <th>IMPUESTO</th> <th>AÑO</th> <th>CONTRIBUYENTE</th> <th>VALOR</th> </tr> </thead> <tbody> <tr> <td><?php echo e($resultado->numero_emision); ?></td> <td><?php echo e($resultado->tipo_impuesto); ?></td> <td><?php echo e($resultado->anio); ?></td> <td><?php echo e($resultado->contribuyente); ?></td> <td><?php echo e($resultado->total); ?></td> </tr> </tbody> </table> </div> <?php else: ?> <center><h1>DOCUMENTO NO ENCONTRADO</h1></center> <?php endif; ?>