{!! SeoHelper::render() !!}
@if ($favicon = theme_option('favicon'))
{{ Html::favicon(RvMedia::getImageUrl($favicon)) }}
@endif
@if (Theme::has('headerMeta'))
{!! Theme::get('headerMeta') !!}
@endif
{!! apply_filters('theme_front_meta', null) !!}
{!! Theme::asset()->container('before_header')->styles() !!}
{!! Theme::asset()->styles() !!}
{!! Theme::asset()->container('after_header')->styles() !!}
{!! Theme::asset()->container('header')->scripts() !!}
{!! apply_filters(THEME_FRONT_HEADER, null) !!}