?> </h2> <table class = "table"> <thead> <tr> <th> ID Cidadão </th> <th> Nome </th> <th> RG </th> <th> Bairro </th> <th> Telefone</th> <th class = "numeric"> REMOVER </th> </tr> </thead> <tbody> <?php $lista = $fachada->listarSindicatoCidadaoID($_GET['id'])->fetchAll(PDO::FETCH_OBJ); foreach ($lista as $linha) { ?> <tr> <td><?php echo $linha->id_cidadao; ?> </td> <td><?php echo $linha->nome_cidadao; ?> </td> <td><?php echo $linha->rg_cidadao; ?> </td>