@extends('userlayout') @section('content')
Available profit
{{substr($user->profit,0,9)}}BTC
Referral earnings
{{substr($user->ref_bonus,0,6)}}BTC
@if($set->upgrade_status==1) @if($user->upgrade==0)
Start receiving bonuses

You can now receive certain bonus of total profit after mining activity ends.

Upgrade account
@endif @endif

2fa security

@if($user->fa_status==0) Disabled @else Active @endif
Last 5 mining operations
Progress track
    @foreach($profit as $k=>$val)
  • {{$val->trx}} @ {{$val->plan->hashrate}}
  • @endforeach
@if($set->kyc==1)

Identity verification

Upload an identity document, for example, driver licence, voters card, international passport, national ID.

@if($user->kyc_status==0) Unverified @else Verified @endif @if(empty($user->kyc_link)) @endif
@endif @if($set->referral==1)

Referral link

Automatically top up your account balance by sharing your referral link, Earn a percentage of whatever plan your referred user buys.

@endif
@stop