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

Billing

Your Ladill wallet funds hosting renewals and upgrades.

Wallet balance

{{ $fmt($balanceMinor) }}

Add funds

Spent on hosting

{{ $fmt($spentMinor) }}

Refunded / credited

{{ $fmt($creditedMinor) }}

Hosting plan renewals and upgrades are billed from your Ladill wallet. Manage individual accounts from the dashboard or account overview pages.

Keep your wallet funded to avoid hosting interruption.

@endsection