{{-- Page Header --}}
Postfächer {{ $totalMailboxes }}
{{-- Domain Sections --}} @if($domains->count())
@foreach($domains as $domain)
{{-- Domain Header --}}
{{ $domain->domain }} {{ $domain->mail_users_count }} Postfächer @if(!($domain->is_active ?? true)) Domain inaktiv @endif
{{-- Mailbox Table --}} @if(count($domain->prepared_mailboxes))
@foreach($domain->prepared_mailboxes as $u) @endforeach
E-Mail Status Quota Auslastung E-Mails Aktionen
{{ strtoupper(substr($u['localpart'], 0, 1)) }}
{{ $u['localpart'] }}@{{ $domain->domain }}
@if($u['is_effective_active']) Aktiv @elseif($u['inactive_reason']) {{ $u['inactive_reason'] }} @else Inaktiv @endif {{ $u['quota_mb'] }} MiB
{{ $u['usage_percent'] }}%
{{ number_format($u['message_count']) }}
@else
Keine Postfächer vorhanden.
@endif
@endforeach
@else
@if(trim($search)) Keine Ergebnisse für „{{ $search }}". @else Noch keine Postfächer vorhanden. @endif
@endif