@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('Effortlessly manage your script preferences, enhance your branding, optimize your use of AI tools, and much more with MagicAI’s advanced settings.')
--}} {{--@lang($new_setting['desc'])