{!! Form::select('LayoutType', ['mode-wide' => trans('admin.Wide'),'mode-boxed' => trans('admin.Boxed')], getenvcong('LayoutType'), ['class' => 'form-control']) !!}
{!! Form::select('NavbarType', ['navbar-fixed' => trans('admin.Fixed'),'mode-relative' => trans('admin.Relative')], getenvcong('NavbarType'), ['class' => 'form-control']) !!}
{{ trans('admin.UseRight-to-LeftLanguageSupport') }}
{!! Form::select('languagetype', ['rtl' => trans('admin.yes'), '' => trans('admin.no')], getenvcong('languagetype'), ['class' => 'form-control']) !!}