@extends('emails.layouts.master') @section('content')

Hello {{ $user_name }},

Your withdrawal request has been successfully processed.

Amount: {{ $amount }}

Wallet: {{ $wallet }}

Transaction ID: {{ $transaction_id }}

If you did not initiate this withdrawal, contact support immediately.

@endsection