@extends('layouts.email') @section('title', 'Upgrade storage — Ladill Email') @section('content') @php $fmt = fn ($m) => $currency.' '.number_format($m / 100, 2); @endphp
{{ $mailbox['address'] }}/ Upgrade

Upgrade storage

Currently on {{ \App\Support\MailboxPricing::label($currentMb) }}. Pick a larger plan — billed monthly from your wallet.

New plan: /month, charged now from your wallet (balance: ). Top up
@csrf @method('PATCH')
@foreach($tiers as $t) @endforeach
@error('quota_mb')

{{ $message }}

@enderror
@endsection