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/SBogers33/bbec.nl/app/views/layouts/partials/dynamic/full-text-block.blade.php
<div class="dynamic-block full-text-block">

    @if($dynamicContent->typeName != '')
        <h3>{{ $dynamicContent->typeName }}</h3>
    @endif

    <div class="content">
        {{$dynamicContent->description}}
    </div>

    @if(isset($dynamicContent->link) && $dynamicContent->link != '')
        <a class="button" href="{{$dynamicContent->link}}">
            {{$dynamicContent->link_text}}
            <span class="arrow">@include('svg.arrow')</span>
        </a>
    @endif

</div>