<?php foreach ($detalles as $detalle): ?>
    <h5 class="text-center"><?= $detalle['title'] ?></h5>
    <?php $this->widget('bootstrap.widgets.TbGridView', $detalle['grid']) ?>
<?php endforeach ?>
