{{ __('inbox.subtitle') }}
$status === null || $status['ok'],
'text-danger' => $status !== null && ! $status['ok'],
])>
@if ($status === null)
{{ __('inbox.never_checked') }}
@else
{{ $archived ? __('inbox.empty_archived') : __('inbox.empty') }}
{{ $mail->from_name ? $mail->from_name.' · ' : '' }}{{ $mail->from_email }}
{{-- Their own words. Escaped by Blade, printed as text: this came from a stranger and is never rendered as markup. --}}{{ $mail->body }}
@if ($mail->hasAttachments()) {{-- Names and sizes. The files stay on the mail server — keeping whatever a stranger attaches would make this a malware store with a console in front of it. --}}{{ __('inbox.attachments') }}
{{ __('inbox.attachments_note') }}