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/SBogers79/artofeinstein.be/app/views/layouts/partials/subHeader.blade.php
<section class="sub-header-row" id="home">
    <h3>{{\Config::get('business.name')}}</h3>
    <h1>@lang('translations.headerStreamer')</h1>
    <p>
        @foreach(trans('translations.streamerList1') as $listItem)
            <em>{{$listItem}}</em>
        @endforeach
    </p>
    <p>
        @foreach(trans('translations.streamerList2') as $listItem)
            <em>{{$listItem}}</em>
        @endforeach
    </p>
</section>