@extends('admin.layouts.home') @section('title', 'Dashboard') @section('content')

Enable/Disable Features

Manage Platform Features

Enable or disable features for your users

General Features
Greeting System

Enable/Disable Morning, Afternoon & Evening messages on Homepage.

Stories System

Enable/Disable stories Section on user Side in Web & App.

Games System

Enable/Disable Gaming Section on user Side in Web & App.

Pages System

Enable/Disable Page Section on user Side in Web & App.

Courses System

Enable/Disable Courses Section on user Side in Web & App.

Groups System

Enable/Disable Group Section on user Side in Web & App.

Blogs System

Enable/Disable Blogs Section on user Side in Web & App.

Events System

Enable/Disable Events Section on user Side in Web & App.

Movies System

Enable/Disable Movies Section on user Side in Web & App.

Space Section

Enable or disable the space section on the user side in both the web and app.

Nearby Friends System

Allow users to search nearby users.

Jobs System

Enable/Disable Jobs Section on user Side in Web & App.

Friend System

Enable/Disable Friend Section on user Side in Web & App.

Market Place

Enable/Disable Market Place Section on user Side in Web & App.

Cup of Coffee

Enable/Disable Cup of Coffee on user Side in Web & App.

Great Job

Enable/Disable Great Job on user Side in Web & App.

Blood Donation

Enable/Disable Blood Donation Section on user Side in Web & App.

Wallet

Enable/Disable whole wallet Section on user Side in Web & App.

Chat AI

This feature enables AI-based chat functionality for improved user interaction.

Upgrade to Pro System
Package System

Enable/Disable Package System.

Upgrade to Pro System

Allow/Disallow update to pro system from user side.

Email Verification System
Allow User Registration

Allow users to create accounts on a platform or website.

Verify New Register Account

Allow/Disallow the new register user to verify their account.

Feature Management Tips
Optimize User Experience

Enable only the features that align with your platform's goals to avoid overwhelming users.

Performance Impact

Enabling too many features simultaneously may affect platform performance.

Best Practice
Let me complete the Best Practice alert and add the remaining code to finish the Enable/Disable Features page: ```html

Regularly review enabled features and their usage statistics to determine which ones provide the most value to your users.

Changes will be applied immediately to all users.

@push('scripts') @endpush @include('admin.update_settings') @endsection