Example #1
0
  </div>
</div>
	</div>
	<div class="col-md-4">
   <div class="panel panel-primary">
  <div class="panel-heading">
    <h3 class="panel-title">Lista de compras</h3>
  </div>
  <div class="panel-body">
    <table class="table table-striped table-hover ">
  <thead>
    <tr>
      <th>#</th>
      <th>Equipo</th>
      <th>Plan</th>
      
    </tr>
  </thead>
  <tbody>
    <?php 
$ob->mostrarCompra('venta', $row['id']);
?>
   
  </tbody>
</table> 

  </div>
</div>

  </div>
</div>