@extends('emails.layouts.base') @section('content')
💰 Low wallet balance

Your wallet balance is running low

Hi {{ $userName }}, your Nexus wallet balance is ₦{{ number_format($balance) }}.


Current balance ₦{{ number_format($balance) }}
Next renewal amount ₦{{ number_format($renewalAmount) }}
Renewal date {{ $renewalDate }}

Top up your wallet now to avoid any service interruption.

Top Up Wallet
@endsection