{{ ___('General') }}
{{ ___('The site title is what you would like your website to be known as, this will be used in emails and in the title of your webpages.') }}
{{ quick_switch(___('Show/hide Verify Email Message'), 'non_active_msg', @$settings->non_active_msg == '1', ___('When disallow, An verify email message will be hide to non-verified users.')) }}
{{ quick_switch(___('Allow Non-verified users to post content'), 'non_active_allow', @$settings->non_active_allow == '1', ___('When disallow, An error message will be shown to non-verified users to verify their email address.')) }}
{{ quick_switch(___('Allow User Language Selection'), 'userlangsel', @$settings->userlangsel == '1') }}
{{quick_switch(___('Disable Landing Page'), 'disable_landing_page', @$settings->disable_landing_page == '1')}}
{{quick_switch(___('New Users Registration'), 'enable_user_registration', @$settings->enable_user_registration == '1')}}
{{quick_switch(___('Force SSL'), 'enable_force_ssl', @$settings->enable_force_ssl == '1')}}
{{quick_switch(___('Include Language Code in URL'), 'include_language_code', @$settings->include_language_code == '1')}}
{{quick_switch(___('FAQs'), 'enable_faqs', @$settings->enable_faqs == '1')}}
{{ quick_switch(___('Show membership plan on home page'), 'show_membershipplan_home', @$settings->show_membershipplan_home == '1') }}
{{ quick_switch(___('Show partners slider on home page'), 'show_partner_logo_home', @$settings->show_partner_logo_home == '1') }}
{{ quick_switch(___('Show/hide Cookie Consent Box'), 'cookie_consent', @$settings->cookie_consent == '1') }}
{{quick_switch(___('Theme Switcher'), 'theme_switcher', @$settings->theme_switcher == '1')}}
{{ quick_switch(___('Show Developer Credit'), 'developer_credit', @$settings->developer_credit == '1') }}
{{quick_switch(___('Enable Debug'), 'quickad_debug', env('APP_DEBUG'))}}