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