File: D:/HostingSpaces/SBogers10/umans.komma.pro/app/views/layouts/partials/footer.blade.php
<footer>
<div class="content-container row">
<div class="grid3">
<h3>
@if( \Config::get('app.radepoActive'))
{{\Config::get('umans.business')}}
@else
{{\Config::get('umans.business_isolation')}}
@endif
</h3>
@foreach(\Config::get('umans.locations') as $location)
<p>
<span class="data_title">{{$location['name']}}</span><br/>
{{$location['adres']}}<br/>
{{$location['zip-code']}}
@if(isset($location['phone-display'])&&isset($location['phone-call']))<br/>
T: <a href="tel:{{$location['phone-call']}}">{{$location['phone-display']}}</a>
@endif
@if(isset($location['fax-display'])&&isset($location['fax-call']))<br/>
F: <a href="tel:{{$location['fax-call']}}">{{$location['fax-display']}}</a>
@endif
<br/>
@if( \Config::get('app.radepoActive'))
E: <a href="mailto:{{\Config::get('umans.email')}}">{{\Config::get('umans.email')}}</a>
@else
E: <a href="mailto:{{\Config::get('umans.email-isolation')}}">{{\Config::get('umans.email-isolation')}}</a>
@endif
</p>
@endforeach
</div>
<div class="grid3 openingshours">
<h3>@lang('translations.openingshours')</h3>
<?php
$date = \Carbon\Carbon::today();
?>
<p <?php if(($date->dayOfWeek != \Carbon\Carbon::SATURDAY) || $date->dayOfWeek != \Carbon\Carbon::SUNDAY)
{
echo 'class="active"';
} ?>><strong>@lang('translations.mo-fri')</strong><br/>
<span>08:30 - 12:00 @lang('translations.hour')</span><br/>
<span>13.30 - 18:00 @lang('translations.hour')</span><br/>
@lang('translations.onAppointment')
</p>
<p <?php if($date->dayOfWeek == \Carbon\Carbon::SATURDAY)
{
echo 'class="active"';
} ?>><strong>@lang('translations.saterday')</strong><br/><span>09:00 - 12:00 uur</span></p>
</div>
<div class="grid3">
<div class="responsive-block">
<h3>@lang('translations.products')</h3>
<ul>
@foreach($secondMenu as $secondMenuItem)
<li>
<a href="/{{$secondMenuItem->route}}">
{{$secondMenuItem->name}}
</a>
</li>
@endforeach
{{--@foreach($products as $product)--}}
{{--<li><a href="{{$product->route}}">{{$product->name}}</a></li>--}}
{{--@endforeach--}}
</ul>
</div>
{{--<div class="responsive-block"><h3>@lang('translations.menu')</h3>
<ul>
@foreach($menu as $item)--}}
{{--<li><a href="{{$item->route}}">{{$item->name}}</a></li>--}}
{{--@endforeach
</ul>
</div>--}}
</div>
<div class="grid3 social-other-site">
<div class="responsive-block social">
<h3>@lang('translations.follow')</h3>
<ul>
<li class="facebook"><a target="_blank" href="https://www.facebook.com/umansradepo"><span></span>
Facebook</a></li>
<li class="youtube"><a target="_blank" href="https://www.youtube.com/user/UmansRadepo"><span></span>
Youtube</a>
</li>
</ul>
</div>
<div class="responsive-block">
<div class="site-switch">
@if(\Config::get('app.radepoActive'))
<a target="_blank" href="{{Config::get('umans.spouwmuur')}}">
<h3>@lang('translations.siteSwitch.spouwmuur.name')</h3>
<p> @lang('translations.siteSwitch.spouwmuur.cta')</p>
<span class="site-button">@lang('translations.goToWebsite')</span>
</a>
@else
<a target="_blank" href="{{\Config::get('umans.umans')}}">
<h3>@lang('translations.siteSwitch.umans.name')</h3>
<p> @lang('translations.siteSwitch.umans.cta')</p>
<span class="site-button">@lang('translations.goToWebsite')</span>
</a>
@endif
</div>
</div>
</div>
</div>
<div class="content-container row">
<div class="end-logo"></div>
</div>
<div class="content-container end-footer">
<p><a href="/disclaimer">Disclaimer</a> | <a href="/privacyverklaring">Privacyverklaring</a> <br/>
© @if( \Config::get('app.radepoActive'))
{{\Config::get('umans.business')}}
@else
{{\Config::get('umans.business_isolation')}}
@endif
{{\Carbon\Carbon::today()->year}}</p>
<a class="komma" target="_blank"
href="https://komma.pro">@lang('translations.websiteBy') <span></span></a>
</div>
</footer>