{{ __('dashboard.test_email_system') }}

@if (session('success')) @endif @if (session('error')) @endif
{{ __('dashboard.email_configuration') }}

{{ __('dashboard.mail_driver') }}: {{ config('mail.default') }}

{{ __('dashboard.mail_host') }}: {{ config('mail.mailers.smtp.host') }}

{{ __('dashboard.mail_port') }}: {{ config('mail.mailers.smtp.port') }}

{{ __('dashboard.mail_from') }}: {{ config('mail.from.address') }}

@if (count($emails) > 0)
{{ __('dashboard.configured_recipients') }} ({{ count($emails) }})
@foreach ($emails as $email) {{ $email }} @endforeach
@else
{{ __('dashboard.no_emails_configured') }} {{ __('dashboard.configure_now') }}
@endif
{{ __('dashboard.send_test_email') }}
@csrf
@error('test_type') {{ $message }} @enderror
@error('recipient') {{ $message }} @enderror
{{ __('dashboard.back_to_settings') }}
{{ __('dashboard.help') }}
  • {{ __('dashboard.test_email_help_1') }}
  • {{ __('dashboard.test_email_help_2') }}
  • {{ __('dashboard.test_email_help_3') }}
@push('scripts') @endpush