@if(URL::current() == Route('clubs.index'))
@endif
{{ Widget::run('Logo', ['type' => 'mobile']) }}
{{ Widget::run('Logo', ['type' => 'desktop']) }}
{{ Widget::run('HeaderButtons') }} @foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties) @if(config('app.locale') != $localeCode) {{ $properties['url'] }} @endif @endforeach
@if(URL::current() == Route('index')) {{ Widget::run('Slider', ['type' => 'main']) }} @endif