@extends('layouts.email') @section('title', 'Settings — Ladill Email') @section('content')
Defaults, preferences, and account mailbox linking.
@if($showMailboxLinkUi ?? (($linkStatus['linked_mailbox'] ?? null) || ($linkStatus['show_reminder'] ?? false)))Your Ladill account uses {{ $linkStatus['account_email'] ?? $account->email }}. Link a mailbox so Ladill Mail opens with your Ladill sign-in.
@if($linkStatus['linked_mailbox'] ?? null)Add and verify an email domain first.
Go to domains @elseif(($linkStatus['stage'] ?? '') === 'needs_mailbox')Create a mailbox on your verified domain first.
Create mailbox @elseif(count($mailboxOptions) > 0) @endif