@php $fmt = fn ($m) => 'GHS '.number_format($m / 100, 2); @endphp

Billing

Your Ladill wallet funds hosting and other Ladill apps.

Wallet balance

{{ $fmt($balanceMinor) }}

Add funds

Spent on hosting

{{ $fmt($spentMinor) }}

Refunded / credited

{{ $fmt($creditedMinor) }}

Hosting subscriptions

billed from wallet
@if(empty($paidMailboxes))

No active hosting subscriptions yet.

@else
    @foreach($paidMailboxes as $m)
  • {{ $m['address'] ?? '—' }}

    {{ $m['quota_label'] }} · {{ ucfirst($m['status'] ?? 'active') }}

    {{ $fmt($m['price_minor']) }}/mo
  • @endforeach
Monthly total {{ $fmt($monthlyTotalMinor) }}
@endif

Keep your wallet funded to avoid hosting interruption.