@extends('layouts.app') @section('title', 'Withdraw') @section('content')
Available balance: ${{ number_format($user->balance, 2) }}
No withdrawal methods are currently available.