{{-- A preview that goes nowhere is worse than none: the browser view still
works, and "senden" would write to a file and report success. --}}
@if (! $delivers)
{{ __('admin.notice.mail_not_delivering', ['mailer' => (string) (config('mail.default') ?? 'null')]) }}
@endif
@foreach ($previews as $key => $label)
{{ $label }}
{{ $key }}
{{-- A new tab, not an iframe: a mail is a whole document with
its own background, and judging it inside a console page
judges the console's frame around it. --}}
{{ __('mail_preview.open') }}
{{ __('mail_preview.send') }}