Dashboard
{{ $settings->site_name }}

{{ $settings->site_name }}

Transaction Receipt

Successful

Ref: {{ $dp->txn_id }}

Transaction Details

@if($dp->payment_mode == 'International Wire Transfer') You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }} to {{ $dp->accountname }}. @elseif($dp->payment_mode == 'Domestic Transfer') You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }} to {{ $dp->accountname }}. @elseif($dp->payment_mode == 'Cryptocurrency') You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }} to the {{ $dp->crypto_currency }} wallet. @elseif($dp->payment_mode == 'PayPal') You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }} to PayPal. @elseif($dp->payment_mode == 'Wise Transfer') You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }} to {{ $dp->wise_fullname }} via Wise. @elseif($dp->payment_mode == 'Skrill') You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }} to {{ $dp->skrill_fullname }} via Skrill. @elseif($dp->payment_mode == 'Venmo') You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }} to {{ $dp->venmo_username }} via Venmo. @elseif($dp->payment_mode == 'Zelle') You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }} to {{ $dp->zelle_name }} via Zelle. @elseif($dp->payment_mode == 'Cash App') You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }} to {{ $dp->cash_app_tag }} via Cash App. @elseif($dp->payment_mode == 'Revolut') You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }} to {{ $dp->revolut_fullname }} via Revolut. @elseif($dp->payment_mode == 'Alipay') You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }} to {{ $dp->alipay_fullname }} via Alipay. @elseif($dp->payment_mode == 'WeChat Pay') You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }} to {{ $dp->wechat_name }} via WeChat Pay. @else You have successfully transferred {{ Auth::user()->s_curr }}{{ $dp->amount }}. @endif

Transaction Date

{{ \Carbon\Carbon::parse($dp->date)->format('M d, Y') }}

Transaction Time

{{ \Carbon\Carbon::parse($dp->date)->format('h:i A') }}

Payment Method

{{ $dp->payment_mode }}

Reference ID

{{ $dp->txn_id }}

Recipient Details

@if($dp->payment_mode == 'International Wire Transfer')

Account Name

{{ $dp->accountname ?? 'N/A' }}

Account Number

{{ $dp->accountnumber ?? 'N/A' }}

Routing/IBAN

{{ $dp->iban ?? 'N/A' }}

Bank Name

{{ $dp->bankname ?? 'N/A' }}

Account Type

{{ $dp->Accounttype ?? 'N/A' }}

Swift Code

{{ $dp->swiftcode ?? 'N/A' }}

Bank Address

{{ $dp->bankaddress ?? 'N/A' }}

Country

{{ $dp->country ?? 'N/A' }}

@elseif($dp->payment_mode == 'Domestic Transfer')

Account Name

{{ $dp->accountname ?? 'N/A' }}

Account Number

{{ $dp->accountnumber ?? 'N/A' }}

Bank Name

{{ $dp->bankname ?? 'N/A' }}

Account Type

{{ $dp->Accounttype ?? 'N/A' }}

@elseif($dp->payment_mode == 'Cryptocurrency')

Currency

{{ $dp->crypto_currency ?? 'N/A' }}

Network

{{ $dp->crypto_network ?? 'N/A' }}

Wallet Address

{{ $dp->wallet_address ?? 'N/A' }}

@elseif($dp->payment_mode == 'PayPal')

PayPal Email

{{ $dp->paypal_email ?? 'N/A' }}

@elseif($dp->payment_mode == 'Wise Transfer')

Full Name

{{ $dp->wise_fullname ?? 'N/A' }}

Email

{{ $dp->wise_email ?? 'N/A' }}

Country

{{ $dp->wise_country ?? 'N/A' }}

@elseif($dp->payment_mode == 'Skrill')

Full Name

{{ $dp->skrill_fullname ?? 'N/A' }}

Email

{{ $dp->skrill_email ?? 'N/A' }}

@elseif($dp->payment_mode == 'Venmo')

Username

{{ $dp->venmo_username ?? 'N/A' }}

Phone Number

{{ $dp->venmo_phone ?? 'N/A' }}

@elseif($dp->payment_mode == 'Zelle')

Full Name

{{ $dp->zelle_name ?? 'N/A' }}

Email

{{ $dp->zelle_email ?? 'N/A' }}

Phone Number

{{ $dp->zelle_phone ?? 'N/A' }}

@elseif($dp->payment_mode == 'Cash App')

Cashtag

{{ $dp->cash_app_tag ?? 'N/A' }}

Full Name

{{ $dp->cash_app_fullname ?? 'N/A' }}

@elseif($dp->payment_mode == 'Revolut')

Full Name

{{ $dp->revolut_fullname ?? 'N/A' }}

Email

{{ $dp->revolut_email ?? 'N/A' }}

Phone Number

{{ $dp->revolut_phone ?? 'N/A' }}

@elseif($dp->payment_mode == 'Alipay')

Alipay ID

{{ $dp->alipay_id ?? 'N/A' }}

Full Name

{{ $dp->alipay_fullname ?? 'N/A' }}

@elseif($dp->payment_mode == 'WeChat Pay')

WeChat ID

{{ $dp->wechat_id ?? 'N/A' }}

Full Name

{{ $dp->wechat_name ?? 'N/A' }}

@endif @if($dp->Description)

Description

{{ $dp->Description }}

@endif

Financial Details

Amount Sent

{{ Auth::user()->s_curr }}{{ $dp->amount }}

Handling & Charges

{{ Auth::user()->s_curr }}0

This receipt serves as confirmation of this transaction.

For any issues or inquiries regarding this transaction, please contact support.

© {{ date('Y') }} {{ $settings->site_name }}. All rights reserved.