{{ __('mail_settings.title') }}

{{ __('mail_settings.subtitle') }}

@if (! $usable) {{ __('mail_settings.no_key') }} @endif {{-- 1. The server. One of it, so one card. --}}

{{ __('mail_settings.server_title') }}

{{ __('mail_settings.server_hint') }}

@error('encryption')

{{ $message }}

@enderror
{{ __('mail_settings.save') }}
{{-- 2. The mailboxes. NO input field inside a — R20. --}}

{{ __('mail_settings.boxes_title') }}

@foreach ($mailboxes as $box) @endforeach
{{ __('mail_settings.address') }} {{ __('mail_settings.last_verified') }}
{{ $box->address }} {{ $box->key }} {{ $box->last_verified_at?->local()->isoFormat('DD.MM.YYYY HH:mm') ?? __('mail_settings.never_verified') }} {{-- Edit only (R18: icon beside its text, single line). The test-send button belongs to a later task — shipping one that cannot yet test anything is a promise this page does not keep. --}} {{ __('mail_settings.edit') }}
{{-- 3. The mapping. One @foreach ($mailboxes as $box) @endforeach
@endforeach @error('purposes.system')

{{ $message }}

@enderror {{ __('mail_settings.save') }}