@extends('layouts.super-admin') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
{{ __($pageTitle) }}
@include('sections.super_admin_setting_menu')
rtl == true) checked @endif class="js-switch rtl" data-color="#00c292" data-secondary-color="#f96262"/>
active_theme == 'default') style="display: none" @endif> {!! Form::open(['id'=>'editSettings','class'=>'ajax-form','method'=>'POST']) !!}

@lang('modules.themeSettings.superAdminPanelTheme')

@lang('modules.themeSettings.headerColor')

@lang('modules.themeSettings.sidebarColor')

@lang('modules.themeSettings.sidebarTextColor')

@lang('modules.themeSettings.linkColor')

{!! Form::close() !!}
@endsection @push('footer-script') @endpush