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/SBogers60/agrimac.nl/app/views/layouts/partials/dynamic/content-block.blade.php
<div class="dynamic-block content-block"
     data-image-location="{{$dynamicContent->location}}">



    <div class="image">
        @if(isset($dynamicContent->images[0]))
            <img class="medium" alt="impression image" src="{{$dynamicContent->images[0]->medium_image_url}}" />
        @else
            <span class="image-placeholder"></span>
        @endif
    </div>

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

        {{$dynamicContent->description}}

        @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>
</div>