EVOLUTION-MANAGER
Edit File: 993e40a4ba215a67246bd2642f35df50deb5acef.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; ?>