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>