Available balance: {{$user->balance}}
@if($available_withdraw == true) @elseif(isset($available_withdraw_for_admin)) @elseYour account is not eligible for withdrawal
@if(isset($not_available_for_withdraw_msg))Note: {{$not_available_for_withdraw_msg}}
@endif @endif| {{__('Transaction ID')}} | {{__('Payment Method')}} | {{__('Note')}} | {{__('Request Date')}} | {{__('Amount')}} |
|---|---|---|---|---|
| {{$withdraw->transection_id}} | {{$withdraw->payment_method}} | {{$withdraw->note}} | {{$withdraw->created_at->format(get_option('app_date_format'))}} | @if(get_currency_placement() == 'after') {{$withdraw->amount}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{$withdraw->amount}} @endif |