@extends('emails.email-template') @section('title', 'Withdrawal Status Update') @section('subtitle', $withdrawal->status == 'Processed' ? 'Your withdrawal has been successfully completed' : 'Your withdrawal is being processed') @section('company_name', $settings->site_name) @section('greeting', 'Dear ' . ($foramin ? 'Administrator' : $user->name)) @section('content')
Your funds have been successfully transferred
@elseYour request is being processed
@endif{{$user->name}} has requested a withdrawal of {{$settings->currency}}{{number_format($withdrawal->amount, 2)}} to {{$withdrawal->accountname}} ({{$withdrawal->bankname}}). Please review this transaction.
Your withdrawal of {{$settings->currency}}{{number_format($withdrawal->amount, 2)}} has been successfully processed and sent to {{$withdrawal->accountname}} at {{$withdrawal->bankname}}.
Your withdrawal of {{$settings->currency}}{{number_format($withdrawal->amount, 2)}} to {{$withdrawal->accountname}} at {{$withdrawal->bankname}} is being processed.
Expected completion: @if($withdrawal->payment_mode == 'International Wire Transfer') 2-3 business days @else within 1 hour @endif
Processing Time: International transfers typically take 2-3 business days due to correspondent banking networks.
Additional Fees: Intermediary banks may charge fees that will be deducted from the transfer amount.
This transaction was initiated from a verified device. If you did not authorize this withdrawal, please contact security immediately.
Our support team is available 24/7
If you have any questions about this withdrawal or did not authorize this transaction, please contact our support team immediately.