@extends('layouts.main') @section('title', 'Daily Task Setting') @section('content') @push('head') @endpush
{{ __('App Setting')}}
@include('include.message')
@csrf
🎡
Spin Setting
🎫
Scratch Setting
🧮
Math Quiz Setting
⚙️
Other Task Settings

Feature: you can enable disable feature from app.

@php $features = explode(',', $setting[0]->app_feature); @endphp
@csrf
Home Offers Tab
home offerwall tab will be enabled/disabled
Intro Pages
Intro pages will be enabled/disabled

ℹ️ Info: Configure OneSignal push notification settings for your app.

@csrf

🔒 Security: Configure security features to protect app from abuse.

@csrf
VPN Protection
App will not work if VPN is connected
One Device One Account
User can create only one account per device
How many accounts a user can create with one IP address

📱 App Updates: Control app update prompts and maintenance mode.

@csrf
App Update & Maintenance Popup
Show/Hide popup to users
Cancel Option
Show cancel button in update popup

📧 Email Configuration: Configure SMTP settings for sending emails.

@csrf

🌍 Country Blocking: Restrict app access from specific countries using ISO codes.

@csrf
Block Country Access
block access to app from specific countries
Enter country codes separated by commas (e.g., US,IN,UK)
@push('script') @endpush @endsection