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/views/layouts/partials/kids/ctaPictureKids.blade.php
<div class="grid-row cta-picture-kids-block">

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

    {{-- If sentence is specified in the code --}}
    @if(isset($sentence))

        <div class="cta-picture-content-wrapper cta-picture-kids">
            <h2 class="cta-picture-sentence">{{ $sentence }}</h2>

            <a href="/doen/omgevingstips" class="cta-picture-button cta-picture-kids-cycling">@lang('translations.environmentalTips')</a>
        </div>

    @else
        <p>Fill in a sentence</p>
    @endif

    </div>

</div>