MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/artinside/mpita.artinside.com.br/themes/web/views/brands.php
<div class="border-bottom border-top py-4">
    <div class="container">
        <div class="row align-items-center gy-3">
            <div class="col-lg-4 d-none d-lg-block">
                <p class="fw-medium mb-0">ConheƧa Alguns clientes &mdash;</p>
            </div>

            <div class="col-lg-8">

                <?php if(brands() != ""):?>
                    <div class="row g-4 align-items-center justify-content-center">
                        <?php foreach(brands() as $brand): ?>
                            <div class="col-md-2 col-4 flex-fill text-center op-08"><img height="45" src="<?= image($brand->cover, 150)?>" alt="<?= $brand->title ?>"></div>
                        <?php endforeach; ?>

                    </div>
                <?php endif; ?>

                </div>
            </div>
        </div>
    </div>
</div>