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/umans.komma.pro/app/views/layouts/partials/homeIntro.blade.php
<div class="home-intro-content">
    <div class="content-container row">
        <div class="grid5 left-content padding">
            <h1>{{$page->content->home_introduction->translation->name}}</h1>
            <div class="streamer">
                {{$page->content->home_introduction->translation->description}}
            </div>

            @if(\Config::get('app.radepoActive'))
                <a class="sub-streamer" href="{{$links->about->route}}">
                        @lang('translations.sub-streamer')
                    <span></span>
                </a>

            @else
                <a class="sub-streamer" href="{{$links->isolation->route}}">
                        @lang('isolation/translations.sub-streamer')
                    <span></span>
                </a>
            @endif

            <div class="c-home-message">
                <h4 class="c-home-message__title">Wij zijn verhuist!</h4>
                <p class="c-home-message__text">Kom gerust eens langs!<br/>
                    Onze nieuwe locatie:
                </p>
                <p class="c-home-message__location">
                    {{\Config::get('umans.locations.overpelt.adres')}}<br/>
                    {{\Config::get('umans.locations.overpelt.zip-code')}}
                </p>
            </div>

            @include('layouts.partials.offerBlock')
        </div>

        <div class="image-container offset-1">
            @if($page->content->home_introduction->images->count() != 0)
                 <img alt="Home images" src="{{$page->content->home_introduction->images->first()->large_image_url}}" />
            @else
                <img alt="paralax image" src="/img/umans_home.jpg"/>
            @endif
        </div>

    </div>

</div>