@extends('emails.base') @section('header', 'Withdrawal Confirmed') @section('slot')

Withdrawal Successful!

Your profits are on the way

${{ rtrim(rtrim(number_format($transaction->amount_usd, 2, '.', ''), '0'), '.') }}

{{ $transaction->payment_method }} • {{ $transaction->updated_at->format('M d, Y') }}

@if(isset($transaction->method_info['currency']))

{{ strtoupper($transaction->method_info['currency']) }}

@endif @if(isset($transaction->method_info['wallet_from']))

💳 Withdrawn From:

{{ ucwords(str_replace('_', ' ', $transaction->method_info['wallet_from'])) }}

@endif @if(isset($transaction->method_info['address']))

📍 Destination Address:

{{ $transaction->method_info['address'] }}

@endif

Your robots continue working 24/7, generating more income while you enjoy these profits.

Keep building your automated income stream

@endsection