@extends("_admin.adminapp") @section('header') @endsection @section("content")

{{ trans('themes.themes') }} > {{ $theme['t_name'] }} > {{ trans('admin.Settings') }}

{!! Form::open(array('action' => 'Admin\ConfigController@setconfig', 'method' => 'POST', 'enctype' => 'multipart/form-data')) !!} @if($theme['t_code'] == 'default')
{{ trans('admin.MainConfiguration') }}
{!! trans('admin.GoogleFontConfighelp') !!}

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

{!! 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']) !!}
@elseif($theme['t_code'] == 'modern')
{{ trans('admin.MainConfiguration') }}
{!! trans('admin.GoogleFontConfighelp') !!}

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

{!! Form::select('T_1_SiteHeadlineStyle', ['1' => 'Style 1 - Boxes', '2' => 'Style 2 - Slider Type'], getenvcong('T_1_SiteHeadlineStyle'), ['class' => 'form-control']) !!}


@endif
{!! Form::close() !!}
@endsection @section("footer") @endsection