1 2 3 4 5
<?php if(!empty($js)): ?> <?php foreach ($js as $item): ?> <script src="<?= $item ?>"></script> <?php endforeach; ?> <?php endif;