HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/csb.komma.pro/resources/views/organisms/clientsRow.blade.php
<div class="o-clients-row">
    <h3 class="o-clients-row__header">Het vertrouwen van de meeste vooruitstrevende bedrijven - klein en groot</h3>
    <ul class="o-clients-row__list">
        @for($i=1; $i<=3; $i++)
            <li class="o-clients-row__item">
                <img class="o-clients-row__img" src="http://placehold.jp/A31D1B/FFFFFF/{{rand(96, 200)}}x96.png" alt="">
            </li>
            <li class="o-clients-row__item">
                <img class="o-clients-row__img" src="http://placehold.jp/252D3B/F1F1F3/{{rand(96, 200)}}x96.png" alt="">
            </li>
            <li class="o-clients-row__item">
                <img class="o-clients-row__img" src="http://placehold.jp/B8BCCC/252D3B/{{rand(96, 200)}}x96.png" alt="">
            </li>
        @endfor
    </ul>
</div>