{{--
Thank You
--}}

Payment Successful 🎉

Thank you {{ session('name') ?? ' ' }} for sponsoring E-library Subscriptions for Others to access the E-library.

Payment Receipt
Name: {{ session('name') ?? 'N/A' }}
Email: {{ session('email') ?? 'N/A' }}
Amount: {{ strtoupper(session('currency') ?? '') }} {{ session('amount') ?? '0' }}
Transaction Ref: {{ session('tx_ref') ?? 'N/A' }}
Status: {{ ucfirst(session('status') ?? 'complete') }}
Date: {{ \Carbon\Carbon::now()->format('M d, Y h:i A') }}