Information

In this section, you may find your available balances and also withdraw them. You can also manage your processor settings and you can check your withdrawal history!

@foreach($coins as $key=>$value)
{{ $value->short_name }}

{{ $value->name }}

@if($value->wallet) {{ number_format($value->wallet->balance, 8, '.', '') }} @else 0.00000000 @endif {{ $value->short_name }}

Withdraw
@endforeach

History

@foreach ($data as $key => $value) @endforeach
ID Processor Date Amount Currency Status
#{{ ++$i }} {{ $value->processor }} {{ $value->created_at }} {{ number_format($value->amount, 8, '.', '') }} {{ $value->currency->name }} @if($value->status == 'pending') {{ $value->status }} @elseif($value->status == 'completed') {{ $value->status }} @elseif($value->status == 'rejected') {{ $value->status }} @endif
{!! $data->links() !!}

FaucetPay Settings


You can identify your E-mail address that you registered to FaucetPay by filling this form. If you do not have any FaucetPay account yet, by clicking here you can get one.

@csrf