@php $new_settings = [ [ 'title' => 'Branding', 'desc' => 'Site Name and Logo.', 'icon' => ' ', 'link' => '#', ], [ 'title' => 'AI Tools', 'desc' => 'Manage AI Tools', 'icon' => ' ', 'link' => '#', ], [ 'title' => 'Languages', 'desc' => 'String Translation.', 'icon' => ' ', 'link' => '#', ], [ 'title' => 'Storage', 'desc' => 'Primary Storage', 'icon' => ' ', 'link' => '#', ], [ 'title' => 'SEO Settings', 'desc' => 'Marketing and Tracking', 'icon' => ' ', 'link' => '#', ], [ 'title' => 'Email', 'desc' => 'SMTP Settings', 'icon' => ' ', 'link' => '#', ], [ 'title' => 'GDPR', 'desc' => 'Manage Cookies', 'icon' => ' ', 'link' => '#', ], [ 'title' => 'Login', 'desc' => 'Social Login Preferences', 'icon' => ' ', 'link' => '#', ], [ 'title' => 'Finance', 'desc' => 'Billing & Affiliate ', 'icon' => ' ', 'link' => '#', ], [ 'title' => 'More', 'desc' => 'Advanced Options', 'icon' => ' ', 'link' => '#', ], ]; @endphp @extends('panel.layout.settings') @section('title', __('General Settings')) @section('titlebar_actions', '') @section('additional_css') @endsection @section('settings') {{-- STARTING NEW LAOYUT --}} {{--

@lang('Preferences')

@lang('Effortlessly manage your script preferences, enhance your branding, optimize your use of AI tools, and much more with MagicAI’s advanced settings.')

--}} {{--
@foreach ($new_settings as $new_setting)

@lang($new_setting['title'])

@lang($new_setting['desc'])

{!! $new_setting['icon'] !!} @lang($new_setting['title'])
@endforeach
--}} {{-- END NEW LAOYUT --}} {{-- STARTING OLD LAOYUT --}}
@lang('New')

{{ __('Pusher Settings') }}

{{ __('Check the documentation.') }}
{{ __('Check the documentation.') }}

{{ __('Do not activate without ensuring that the key values are entered correctly.') }}

{{ __('If you will use SVG, you do not need the Retina (2x) option.') }}

{{ __('Default Logos') }}

{{ __('Retina Logos (2x) - Optional') }}

{{ __('Manage the features you want to activate for users.') }}
@if ($chatSetting) @endif @includeIf('default.panel.admin.settings.particles.photo-studio-general-setting')

{{ __('AI Writer Users Custom Templates') }} @lang('New')

{{ __('Upon activating this feature, the users will be able to create there own custom templates.') }}

{{ __('Users API Key Option') }}

{{ __('Upon activating this feature, the admin API key will be deactivated, and users will need to input their own API keys for continued functionality.') }}
{{ __('These settings are for the mobile app. You can ask for a demo to our representatives.') }}
{{ __('Save') }} {{-- END OLD LAOYUT --}} @endsection @push('script') @endpush