@extends("layouts.app") @section('title', __('System Settings') . ' - ' . ($settings['site_name'] ?? 'Site')) @section("style") @endsection @section("wrapper")

{{ __('System Settings') }}

@csrf
{{ __('Site Information') }}
@if($settingsModel->logo)
Current Logo {{ __('Current Logo') }}: {{ $settingsModel->logo }}
@endif
@if($settingsModel->favicon)
Current Favicon {{ __('Current Favicon') }}: {{ $settingsModel->favicon }}
@endif
{{ __('System Configuration') }}
{{ __('Membership Levels') }}
{{ __('Verification Settings') }}
sms_dogrulama ?? 0) ? 'checked' : '' }}>
mail_dogrulama ?? 0) ? 'checked' : '' }}>
{{ __('reCAPTCHA Settings') }}
recaptcha_enabled ?? 0) ? 'checked' : '' }}> {{ __('Protects against bot registrations and logins') }}
{{ __('Get from Google reCAPTCHA Console') }}
{{ __('Keep this secret and secure') }}
@endsection @section("script") @endsection