{{ $websiteName }}

Admin Notification

A new deposit request has been submitted and requires administrative review.

Investor Information

Name: {{ $transaction->user->name }}

Email: {{ $transaction->user->email }}

Phone: {{ $transaction->user->phone }}

Deposit Information

Amount: {{ number_format($transaction->amount, 2) }}

Channel: {{ strtoupper($transaction->channel) }}

Network: {{ $transaction->network ?? 'N/A' }}

Wallet: {{ $transaction->wallet ?? 'N/A' }}

Proof Uploaded: {{ $transaction->proof ? 'Yes' : 'No' }}

Status: Pending Review

Administrative Action Required
Please log in to the admin dashboard to review the uploaded payment proof and approve or reject this deposit request.

— Automated Notification | {{ $websiteName }}

© {{ date('Y') }} {{ $websiteName }}. All rights reserved.