@extends('panel.layout.settings') @section('title', __('Login Settings')) @section('titlebar_actions', '') @section('additional_css') @endsection @section('settings')
@csrf {{ __('Recaptcha Settings') }}
{{ __('Check the documentation.') }}

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

{{ __('Social Login Settings') }}
{{ __('Free Credits Usage Upon Registration') }}

@livewire('assign-view-credits', ['entities' => setting('freeCreditsUponRegistration', \App\Models\User::getFreshCredits())])
{{ __('Limitations') }}
{{ __('Other Settings') }}
@endsection @push('script') @endpush