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

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@if($global->front_design == 1) @include('sections.front_setting_new_theme_menu') @else @include('sections.front_setting_menu') @endif

Favicon

@lang('messages.faviconNote')

@lang('app.selectTheme')

{!! Form::open(['id'=>'editSettings','class'=>'ajax-form','method'=>'POST']) !!}
@if($global->front_design == 1)

@lang('app.login') @lang('app.theme')

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