user()->defaultRecipient, 'aliases' => user()->aliases()->with(['recipients', 'aliasable.defaultRecipient'])->latest()->get(), 'recipients' => user()->verifiedRecipients, 'totalForwarded' => user()->totalEmailsForwarded(), 'totalBlocked' => user()->totalEmailsBlocked(), 'totalReplies' => user()->totalEmailsReplied(), 'domain' => user()->username.'.'.config('anonaddy.domain'), 'bandwidthMb' => user()->bandwidth_mb, 'domainOptions' => user()->domainOptions() ]); } }