@extends('panel.layout.settings') @section('title', __('Login Settings')) @section('titlebar_actions', '') @section('additional_css') @endsection @section('settings')
@csrf

{{ __('Login Settings') }}

{{ __('Check the documentation.') }}

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

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