@extends('emails.layouts.master') @section('content')
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