@extends('layouts.email') @section('title', 'Billing โ€” Ladill Email') @section('content') @php $fmt = fn ($m) => 'GHS '.number_format($m / 100, 2); @endphp

Billing

Your Ladill wallet funds mailboxes across every Ladill app.

Wallet balance

{{ $fmt($balanceMinor) }}

Add funds

Spent on email

{{ $fmt($spentMinor) }}

Refunded / credited

{{ $fmt($creditedMinor) }}

Mailbox subscriptions

priced by storage plan
@if(empty($paidMailboxes))

No paid mailboxes yet โ€” your free allowance covers you.

@else
Monthly total {{ $fmt($monthlyTotalMinor) }}
@endif

Mailboxes beyond your free allowance renew monthly from your wallet. Keep it funded to avoid interruption.

@endsection