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/SBogers68/ouddorp-duin.nl/app/storage/views/bd2c6818b0abc0b2201952b7fec5cb97
<div class="grid-row cta-picture-do-block">

    <div class="grid-col col-12">

    <?php /* If sentence is specified in the code */ ?>
    <?php if(isset($sentence)): ?>

        <div class="cta-picture-content-wrapper cta-picture-do">
            <h2 class="cta-picture-sentence"><?php echo $sentence; ?></h2>

            <a href="/doen/omgevingstips" class="cta-picture-button cta-picture-do-environmental-tips"><?php echo \Illuminate\Support\Facades\Lang::get('translations.environmentalTips'); ?></a>
        </div>

    <?php else: ?>
        <p>Fill in a sentence</p>
    <?php endif; ?>

    </div>

</div>