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

Wallet

Your Ladill wallet funds mailboxes across every Ladill app.

Balance

{{ $fmt($balanceMinor) }}

Add funds

Spent on email

{{ $fmt($spentMinor) }}

Refunded / credited

{{ $fmt($creditedMinor) }}

Mailboxes beyond your free allowance are billed monthly from this wallet.

@endsection