@extends('layouts.promoter') @section('page-title', 'Request Withdrawal') @section('content')
Available Balance
${{ number_format(auth()->user()->promoterWallet?->balance ?? 0, 2) }}
Minimum withdrawal: ${{ number_format(config('app.promoter_min_withdrawal', 10), 2) }}