File: D:/HostingSpaces/SBogers68/ouddorp-duin.nl/app/storage/views/24fd71cd6046bafc9a84336dcd7b3f39
<div class="grid-row cta-picture-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-home">
<h2 class="cta-picture-sentence"><?php echo $sentence; ?></h2>
<a href="/overnachten" class="cta-picture-button cta-picture-sleep"><?php echo \Illuminate\Support\Facades\Lang::get('translations.sleep'); ?></a>
<a href="/spelen" class="cta-picture-button cta-picture-play"><?php echo \Illuminate\Support\Facades\Lang::get('translations.play'); ?></a>
<a href="/theater" class="cta-picture-button cta-picture-theater"><?php echo \Illuminate\Support\Facades\Lang::get('translations.theater'); ?></a>
<a href="/shoppen" class="cta-picture-button cta-picture-shop"><?php echo \Illuminate\Support\Facades\Lang::get('translations.shop'); ?></a>
<?php if(isset($links->do)): ?>
<a href="/<?php echo $links->do->route; ?>" class="cta-picture-button cta-picture-do"><?php echo \Illuminate\Support\Facades\Lang::get('translations.do'); ?></a>
<?php endif; ?>
<a href="/eten" class="cta-picture-button cta-picture-eat"><?php echo \Illuminate\Support\Facades\Lang::get('translations.eat'); ?></a>
</div>
<?php else: ?>
<p>Fill in a sentence</p>
<?php endif; ?>
</div>
</div>