{{ __('admin.general_settings_title') }}

{{ __('admin.general_settings_subtitle') }}

@error('site_name') {{ $message }} @enderror
@error('site_description') {{ $message }} @enderror

{{ __('admin.site_tagline_help') }}

@error('site_tagline') {{ $message }} @enderror

{{ __('admin.purchase_code_help') }}

@error('purchase_code') {{ $message }} @enderror
@if($current_logo) @if(config('app.demo')) @else @endif @endif
@if($current_logo_dark) @if(config('app.demo')) @else @endif @endif
@if($current_favicon) @if(config('app.demo')) @else @endif @endif

{{ __('admin.theme_help') }}

@error('default_theme') {{ $message }} @enderror

{{ __('admin.currency_help') }}

@error('system_currency') {{ $message }} @enderror
@php $activeLanguages = \App\Models\Language::where('status', 'active')->orderBy('name')->get(); $currentLang = $activeLanguages->firstWhere('code', $default_locale); @endphp
@foreach($activeLanguages as $language) @endforeach

{{ __('admin.default_language_description') }}

@error('default_locale') {{ $message }} @enderror

{{ __('admin.landing_page_toggle') }}

{{ __('admin.landing_page_help') }}

@if(config('app.demo')) @else @endif