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

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('app.authSetting') @lang('app.forTheme') @if($global->login_ui && $global->front_design == 1) 2 @else 1 @endif
@if($global->front_design == 1) @include('sections.front_setting_new_theme_menu') @else @include('sections.front_setting_menu') @endif
{!! Form::open(['id'=>'editSettings','class'=>'ajax-form','method'=>'POST']) !!}
@if($global->login_ui == 1 && $global->front_design == 1) @else @endif
{!! Form::close() !!}
@endsection @push('footer-script') @endpush