<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>