<div class="col-md-12"  style="text-align:center;">
    <table class="table tableOption table-striped table-bordered" cellspacing="0" width="100%" style="text-align:center; text-transform:uppercase;">
        <thead>
            <tr class="info">
                <th style="text-align:center; ">CÓDIGO</th>
                <th style="text-align:center; ">TITULO</th>
                <th style="text-align:center; ">Ver</th>
            </tr>
        </thead>
        <tbody>
                <tr>
                    <td>{{Accion.accionCODIGO}}</td>
                    <td>{{Accion.accionTITULO}}</td>
                    <td><a data-skin="skin-blue" class="btn btn-info btn-xs" onclick="cargarAccion({{Accion.accionID}})"><i class="fa fa-eye"></i></a></td>
                </tr>
        </tbody>
    </table>
</div>
