{{ trans('admin.MainConfiguration') }}
{!! trans('admin.GoogleFontConfighelp') !!}

{{ trans('admin.SiteFonthelp') }}

{!! Form::select($config_prefix.'SiteHeadlineStyle', ['1' => 'Style 1 - Boxes', '3' => 'Style 2 - Boxes', '4' => 'Style 3 - Tall Boxes', '5' => 'Style 4 - Two Big Boxes', '2' => 'Style 5 - Slider Type', 'off' => 'No Headline Post'], get_buzzy_config_by_theme($theme, 'SiteHeadlineStyle'), ['class' => 'form-control']) !!}

{!! Form::select($config_prefix.'CatHeadlineStyle', ['1' => 'Style 1 - Boxes', '3' => 'Style 2 - Boxes', '4' => 'Style 3 - Tall Boxes', '5' => 'Style 4 - Two Big Boxes', '2' => 'Style 5 - Slider Type', 'off' => 'No Headline Post'], get_buzzy_config_by_theme($theme, 'CatHeadlineStyle'), ['class' => 'form-control']) !!}

{!! Form::select($config_prefix.'PostPageAutoload', ['autoload' => 'Autoload Next Post', 'related' => 'Show only "You may also like" section', 'disabled' => trans('admin.Disabled')], get_buzzy_config_by_theme($theme, 'PostPageAutoload'), ['data-dependecy' => 'related_input', 'class' => 'form-control']) !!}
{!! Form::select($config_prefix.'PostRelatedType', ['tag' => 'by Tags', 'category' => 'by Categories'], get_buzzy_config_by_theme($theme, 'PostRelatedType'), ['class' => 'form-control']) !!}

{!! Form::select($config_prefix.'PostPreviewShow', ['no' => trans('admin.no'), 'yes' => trans('admin.yes')], get_buzzy_config_by_theme($theme, 'PostPreviewShow'), ['class' => 'form-control']) !!}




{{ trans('admin.AdvancedConfiguration') }}
{{ trans('v3half.onlyfortheme') }}
{{ trans('admin.HeadCode') }} {{ trans('admin.HeadCodehelp') }}
{{ trans('admin.Footercode') }} {{ trans('admin.Footercodehelp') }}