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/SBogers10/csb.komma.pro/resources/views/organisms/textServicepoint.blade.php
<div class="o-duo @modifiers('o-duo')">
    <div class="o-duo__main  l-contain">
        <div class="o-duo__item  s-text  @if(isset($servicepointType) && $servicepointType = 'on-dark') s-text--on-dark @endif">
            @if(isset($tsTitle))
                <h2>{{$tsTitle}}</h2>
            @endif

            @if(isset($tsText))
                <p>{!! $tsText !!}</p>
            @endif

            @if(isset($tsButtonText) || isset($tsButtonText))
                @include('components.button', [
                    'modifiers' => ['icon'],
                    'buttonText' => $tsButtonText,
                    'buttonLink' => $tsButtonLink,
                ])
            @endif
        </div>
        <div class="o-duo__item">
            @include('components.servicepoint', [
                'modifiers' => (isset($servicepointType) && $servicepointType = 'on-dark') ? 'on-dark' : '',
            ])
        </div>
    </div>
</div>