@component('mail::message')
# Invoice Payment Notification({{ $data['invoice'] }})
Hello Admin,
Kindly note, {{ $data['name'] }} has made a payment of GHS {{ number_format($data['amount'],2) }} towards the invoice {{ $data['invoice'] }}
Details of this can be found on the PaySwitch Dashboard.
Thanks,
{{ config('app.name') }}
@endcomponent