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/SBogers106/rvt-trainingen.nl/app/storage/views/faf907ec0b5408af4608cb408c609f39
<div class="steps" data-count="<?php echo $page->slider->count(); ?>">

    <?php foreach($page->slider as $key => $sliderItem): ?>
        <div class="step">
            <span class="step-number"><?php echo $key + 1; ?></span>
            <div class="step-content">
                <h2><?php echo $sliderItem->translation->name; ?></h2>
                <?php echo $sliderItem->translation->description; ?>

            </div>
        </div>
    <?php endforeach; ?>

    <?php if($page->slider->count() == 0): ?>
        <div class="step">
            <h2>Voeg stappen toe</h2>
            <p>Klik bij het over ons/werkwijze bij stappenplan om deze toe te voegen.</p>
        </div>
    <?php endif; ?>

</div>