@extends('layouts.user') @section('title', 'Withdraw') @section('content')

Withdraw Funds

Available balance: {{ number_format($wallet->availableBalance(), 4) }}

@csrf

Withdrawal requests are reviewed by an admin before funds are released.

@endsection