@extends('layouts.app') @section('title', 'Withdraw') @section('content')
Back to Wallet

Withdraw Funds

Available balance: ${{ number_format($user->balance, 2) }}

@csrf
@if($paymentMethods->isEmpty())

No withdrawal methods are currently available.

@endif
Withdrawal requests are processed within 1-3 business days.
@endsection