File "bullet-list.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/laravel/framework/src/Illuminate/Console/resources/views/components/bullet-list.php
File size: 184 bytes
MIME-type: text/plain
Charset: utf-8

<div>
    <?php foreach ($elements as $element) { ?>
        <div class="text-gray mx-2">
            ⇂ <?php echo htmlspecialchars($element) ?>
        </div>
    <?php } ?>
</div>