@section('site_title', formatTitle([__('Authentication'), __('Settings'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('Settings')], ]])

{{ __('Authentication') }}

{{ __('Authentication') }}
@include('shared.message')
@csrf
@if ($errors->has('registration')) {{ $errors->first('registration') }} @endif
@if ($errors->has('registration_verification')) {{ $errors->first('registration_verification') }} @endif
@if ($errors->has('registration_tfa')) {{ $errors->first('registration_tfa') }} @endif
@if ($errors->has('login_tfa')) {{ $errors->first('login_tfa') }} @endif
@if ($errors->has('auth_google')) {{ $errors->first('auth_google') }} @endif
@if ($errors->has('auth_google_client_id')) {{ $errors->first('auth_google_client_id') }} @endif
@if ($errors->has('auth_google_client_secret')) {{ $errors->first('auth_google_client_secret') }} @endif
{{ __('Copy') }}
@if ($errors->has('auth_microsoft')) {{ $errors->first('auth_microsoft') }} @endif
@if ($errors->has('auth_microsoft_client_id')) {{ $errors->first('auth_microsoft_client_id') }} @endif
@if ($errors->has('auth_microsoft_client_secret')) {{ $errors->first('auth_microsoft_client_secret') }} @endif
{{ __('Copy') }}
@if ($errors->has('auth_apple')) {{ $errors->first('auth_apple') }} @endif
@if ($errors->has('auth_apple_client_id')) {{ $errors->first('auth_apple_client_id') }} @endif
@if ($errors->has('auth_apple_team_id')) {{ $errors->first('auth_apple_team_id') }} @endif
@if ($errors->has('auth_apple_key_id')) {{ $errors->first('auth_apple_key_id') }} @endif
@if ($errors->has('auth_apple_private_key')) {{ $errors->first('auth_apple_private_key') }} @endif
{{ __('Copy') }}