@extends('emails.base') @section('header', 'Withdrawal Confirmed') @section('slot')
Your profits are on the way
{{ $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'])) }}
📍 Destination Address:
{{ $transaction->method_info['address'] }}
Your robots continue working 24/7, generating more income while you enjoy these profits.
Keep building your automated income stream
@endsection