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

{{ __($pageTitle) }}

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

google_recaptcha_status == true) checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />
{!! Form::close() !!}
@endsection @push('footer-script') @endpush