@extends('emails.email-template') @section('title', 'Transfer Status Update') @section('subtitle', $withdrawal->status == 'Processed' ? 'Your transfer request has been approved' : 'Your transfer request is being processed') @section('company_name', $settings->site_name) @section('greeting', 'Hello ' . ($foramin ? 'Admin' : $user->name)) @section('content')
This is to inform you that {{$user->name}} has made a transfer request of {{$settings->currency.$withdrawal->amount}} to {{$withdrawal->accountname}}. Please login to your bank website to review and take necessary action.
Your transfer request of {{$settings->currency.$withdrawal->amount}} to {{$withdrawal->accountname}}, {{$withdrawal->bankname}} has been approved.
The funds have been successfully processed and sent to the specified account.
Your transfer request of {{$settings->currency.$withdrawal->amount}} to {{$withdrawal->accountname}}, {{$withdrawal->bankname}} has been confirmed.
The beneficiary is expected to be credited within @if($withdrawal->payment_mode == 'International Wire Transfer') 72 hours. @else an hour. @endif
International transfers typically take 2-3 business days to process due to additional security verifications.
Please note that intermediary banks may charge additional fees.
If you have any questions about this transaction or did not authorize this transfer, please contact our support team immediately.