@extends('emails.layout') @section('email-content')
Your withdrawal request has been processed.
Hi {{ $withdrawal->user->name ?? 'User' }},
Your withdrawal request of ${{ number_format($withdrawal->amount, 2) }} has been {{ $withdrawal->status }}.
| Reference | {{ $withdrawal->reference ?? 'N/A' }} |
| Requested | {{ $withdrawal->created_at->format('M d, Y') }} |
| Method | {{ ucfirst($withdrawal->method ?? 'Bank Transfer') }} |
| Notes | {{ $withdrawal->notes }} |
Funds should arrive in your account within 1-3 business days.
@endifNeed help? Contact us at support@mebuy.com