@extends('layouts.email') @section('title', 'New mailbox — Ladill Email') @section('content')

Create a mailbox

@if(empty($domains))
You need a verified domain first. Set up a domain.
@else @php $fmt = fn ($m) => $quota['currency'].' '.number_format($m / 100, 2); @endphp
{{-- Pricing banner (reacts to the selected storage plan) --}}
@csrf
@error('local_part')

{{ $message }}

@enderror
{{-- Storage plan (sets quota + price) --}}
@foreach($quota['tiers'] as $t) @endforeach
@error('quota_mb')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@endif
@endsection