@extends('layouts.user') @section('title', 'Withdraw') @section('content')
Available balance: {{ number_format($wallet->availableBalance(), 4) }}
Withdrawal requests are reviewed by an admin before funds are released.