@extends('email.layouts.master') @section('content')
₦{{ number_format($amount ?? 0, 2) }}
Hello {{ ucfirst($username) }},
Here is the receipt for your recent transaction.
| Transaction Type | {{ $title ?? 'Debit' }} |
| Description | {{ $mes ?? 'Transaction' }} |
| Amount | ₦{{ number_format($amount ?? 0, 2) }} |
| Charges | - ₦{{ number_format($charges, 2) }} |
| Reference ID | {{ $transid ?? 'N/A' }} |
| Date & Time | {{ $date ?? date('d M Y, h:i A') }} |
New Wallet Balance
₦{{ number_format($newbal, 2) }}