{!! HTML::metaTags($metaTags) !!} @if ($openGraph) {!! HTML::openGraphTags($openGraph) !!} @endif @if ($title) {!! HTML::title($title) !!} @else {!! HTML::title(trans_object($controllerName, $moduleName)) !!} @endif
{!! HTML::style('vendor/font-awesome/css/all.min.css') !!} {!! HTML::style(HTML::versionedAssetPath('css/frontend.css')) !!} {!! HTML::jsTranslations() !!} {!! HTML::script('vendor/jquery/jquery-2.2.4.min.js') !!} {!! HTML::script('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js') !!} {!! HTML::script('vendor/contentify/contentify.js') !!} {!! HTML::script('vendor/contentify/frontend.js') !!} @if(Config::get('app.theme_christmas')) @include('snow') @endif
{!! HTML::image(asset('img/header_logo.png')) !!}
{!! link_to('/', trans('app.home'), ['class' => 'active']) !!}
{!! link_to('teams', trans('app.object_teams')) !!}
{!! link_to('matches', trans('app.object_matches')) !!}
{!! link_to('partners', trans('app.object_partners')) !!}
{!! link_to('videos', trans('app.object_videos')) !!}
{!! link_to('forums', trans('app.object_forums')) !!}
@if (user()) @if (user()->image)
@else
@endif
{{user()->username }}
{!! link_to('users/'.user()->id.'/'.user()->slug, trans('app.profile')) !!}
{!! link_to('users/'.user()->id.'/edit', trans('app.edit_profile')) !!}
@if (user()->countMessages() > 0) {!! link_to('messages/inbox', user()->countMessages().' '.trans_object('messages')) !!} @else {!! link_to('messages/inbox', trans_object('messages')) !!} @endif
{!! link_to('friends/'.user()->id, trans_object('friends')) !!}
@if (user()->hasAccess('backend', PERM_READ))
{!! link_to('admin', trans('auth::backend')) !!}
@endif
{!! link_to('auth/logout', trans('app.logout')) !!}
@else
{!! HTML::fontIcon('unlock-alt') !!}
{!! HTML::fontIcon('plus') !!}
@if (Config::get('steam-auth.api_key'))
{!! HTML::fontIcon('steam') !!}
@endif @endif
@widget('Slides::Slides', ['categoryId' => 1])
@widget('Partners::Partners')
@if (Session::get('_alert')) @include('alert', ['type' => 'info', 'title' => Session::get('_alert')]) @endif {{-- Render JavaScript alerts here --}}
@if (isset($page)) {!! $page !!} @endif
@if (Config::get('app.gdpr'))
{{ trans('app.gdpr_alert') }}
{{ link_to('privacy-policy', trans('app.read_more')) }}
{{ trans('app.confirm') }}
@endif {!! Config::get('app.analytics') !!}