@extends('emails.layout') @section('content')
Hello {{ $adminName }},
A payment has been successfully processed on the platform. Here are the details:
| Invoice Number: | {{ $invoiceNumber }} |
| Payment Type: | {{ $paymentType }} |
| Amount: | {{ $amount }} {{ strtoupper($currency) }} |
| Payment Date: | {{ $paymentDate }} |
| Transaction ID: | {{ $transactionId }} |
| Name: | {{ $userName }} |
| Email: | {{ $userEmail }} |
| User ID: | #{{ $userId }} |
|
{{ $item['name'] }}
@if(isset($item['description']))
{{ $item['description'] }}
@endif
|
{{ $item['amount'] }} {{ strtoupper($currency) }} |
This is an automated notification sent to all super administrators.