{!! Form::select($config_prefix.'LayoutType', ['mode-wide' => trans('admin.Wide'),'mode-boxed' => trans('admin.Boxed')], get_buzzy_config_by_theme($theme,'LayoutType'), ['class' => 'form-control']) !!}
{!! Form::select($config_prefix.'NavbarType', ['navbar-fixed' => trans('admin.Fixed'),'mode-relative' => trans('admin.Relative')], get_buzzy_config_by_theme($theme,'NavbarType'), ['class' => 'form-control']) !!}