@cantab('global settings', 'general')
{{ __('Branding Settings') }}
{{ __('Personalize your application appearance and identity.') }}
{{ __('Regional Settings') }}
@endcantab
@cantab('global settings', 'login-security')
@endcantab
@cantab('global settings', 'password-policy')
@endcantab
@cantab('global settings', 'social-login')
{{ __('Social Login & OAuth') }}
{{ __('Configure external authentication providers like Google, Facebook, or LinkedIn.') }}
{{ __('Global Settings') }}
{{ __('Unified redirect URL after OAuth login for all providers.') }}
@endcantab
@cantab('global settings', 'ip-access')
{{ __('Firewall & Access') }}
{{ __('Control IP whitelisting and network-level restrictions.') }}
{{ __('IP addresses allowed to access the admin area (Comma separated)') }}
{{ __('IP addresses globally blocked from accessing the app (Comma separated)') }}
{{ __('Rate Limiting & Mitigation') }}
{{ __('Transport Security') }}
{{ __('CORS Policy') }}
{{ __('Allowed Origins to access the API (Comma separated)') }}
@endcantab
@cantab('global settings', 'notifications')
{{ __('Communication Hub') }}
{{ __('Centralize all system-to-user notification channels.') }}
{{ __('Email Gateway (SMTP)') }}
{{ __('Telegram Messenger Bot') }}
{{ __('Telegram integration allows the system to send real-time alerts for security events and system health.') }}
@endcantab
{{ __('Backup Scheduler') }}
{{ __('Backup Inventory') }}
|
{{ __('Backup File') }}
|
{{ __('Status') }}
|
{{ __('Date') }}
|
{{ __('Actions') }}
|
|
{{ __('Scanning storage...') }}
|
@cantab('global settings', 'content-legal')
{{ __('Legal Documents & Public Content') }}
{{ __('Other Pages') }}
{{ __('Compliance & Controls') }}
{{ __('Manage legal documents, terms, and regulatory compliance.') }}
{{ __('Versioning & Audit') }}
{{ __('PDP Metadata') }}
@endcantab
@cantab('global settings', 'ai-config')
{{ __('AI Intelligence Center') }}
{{ __('Neural Engine Gateway operational at node biiproject') }}
{{ __('AI Engine Configuration') }}
{{ __('Select and configure your preferred AI provider.') }}
@php
$providers = [
'gpt' => ['name' => 'OpenAI GPT', 'img' => 'gpt.png'],
'gemini' => ['name' => 'Google Gemini', 'img' => 'gemini.png'],
'claude' => ['name' => 'Anthropic Claude', 'img' => 'claude.png'],
'deepseek' => ['name' => 'DeepSeek AI', 'img' => 'deepseek.png'],
'grok' => ['name' => 'xAI Grok', 'img' => 'grok.png'],
'mistral' => ['name' => 'Mistral AI', 'img' => 'mistral.png'],
'ollama' => ['name' => 'Ollama (Local)', 'img' => 'ollama.png'],
'openrouter' => ['name' => 'OpenRouter', 'img' => 'openrouter.png'],
];
$activeProvider = old('ai_provider', $settings['ai_provider'] ?? 'gpt');
@endphp
@foreach($providers as $key => $provider)
@endforeach
{{ __('OpenAI API Settings') }}
{{ __('Google Gemini API Settings') }}
{{ __('Anthropic Claude API Settings') }}
{{ __('DeepSeek API Settings') }}
{{ __('xAI Grok API Settings') }}
{{ __('Mistral AI API Settings') }}
{{ __('OpenRouter API Settings') }}
{{ __('Inference Parameters') }}
{{ __('This instruction will be appended to every AI request.') }}
{{ __('Waiting for neural input sequence...') }}
@endcantab
@cantab('global settings', 'sap-integration')
{{ __('SAP RFC Integration') }}
{{ __('Configure connection settings for SAP Remote Function Call (RFC) services.') }}
{{ __('RFC Requirements') }}
{{ __('Integration requires the sapnwrfc PHP extension and SAP NW RFC SDK. Ensure these are correctly installed on your production environment node.') }}
{{ __('Connectivity Check') }}
{{ __('Verify if the system can establish a handshake with the SAP server.') }}
@endcantab
@cantab('global settings', 'monitoring')
{{ __('Debug & Monitoring') }}
{{ __('Control diagnostic services and system-level monitoring tools.') }}
{{ __('Important Performance Note') }}
{{ __('Enabling these tools (especially Pulse and Telescope) will add overhead to every request. It is recommended to disable them in high-traffic production environments unless active debugging is required.') }}
{{-- 0. AI Diagnostics --}}
{{-- 1. Laravel Horizon --}}
{{-- 2. Laravel Pulse --}}
{{-- 3. Laravel Telescope --}}
{{-- 4. API Documentation --}}
{{ __("Connectivity Diagnostics") }}
{{ __("Primary Database Connection") }}
{{ __("Perform a real-time dry-run to verify connectivity with the primary system database.") }}
@endcantab
@canmanageanytab('global settings')
{{ __('Changes are applied globally across the entire application.') }}
@endcanmanageanytab