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

Wallet

Your Ladill wallet funds hosting and other Ladill apps.

Balance

{{ $fmt($balanceMinor) }}

Add funds

Spent on hosting

{{ $fmt($spentMinor) }}

Refunded / credited

{{ $fmt($creditedMinor) }}

Hosting renewals and upgrades are billed from this wallet.

@endsection