mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-01-21 14:28:39 +00:00
6 lines
158 B
PHP
6 lines
158 B
PHP
<div class="row">
|
|
<?php $panels = $this->getData('panels'); ?>
|
|
<?php foreach ($panels as $panel) : ?>
|
|
<?= $panel->render(); ?>
|
|
<?php endforeach; ?>
|
|
</div>
|