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/homeContentRadepo.blade.php
<div class="home-content">
    <div class="content-container row ">
        <div class="grid5 left-content padding">
            <h2>{{$page->content->home_quality->translation->name}}</h2>
            {{$page->content->home_quality->translation->description}}


            <a href="{{$links->about->route}}" class="button white">
                @lang('translations.read-more-about-us') <span></span>
            </a>
        </div>


        <div class="grid6 offset-1 advantages">
            <div class="advantages-alu advantage-block">
                <h3>@lang('advantages.alu-adventage')</h3>
                <ul>
                    @foreach(trans('advantages.alu-list') as $row)
                        <li>{{$row}}</li>
                    @endforeach
                </ul>
                <a href="{{$links->aluminium_windows->route}}" class="button blue">
                    {{$links->aluminium_windows->name}} <span></span>
                </a>
            </div>

            <div class="advantages-pvc advantage-block">
                <h3>@lang('advantages.pvc-adventage')</h3>
                <ul>
                    @foreach(trans('advantages.pvc-list') as $row)
                        <li>{{$row}}</li>
                    @endforeach
                </ul>
                <a href="{{$links->pvc_windows->route}}" class="button blue">
                    {{$links->pvc_windows->name}} <span></span>
                </a>
            </div>
        </div>

    </div>

</div>