@extends('layouts.dashboardLayout') @section('title', 'Dashboard') @section('content') @if(session('status'))
{{ session('status') }}
@elseif(session('error'))
{{ session('error') }}
@endif
circle-image
Balance
{{ $balance }} {{ $chain }}
Your Hashpower
  • {{ $hashPower }} GH/sActive Hashpower
  • 0.00000 USDCurrent Value
Account Address
{{ $wallet }}
Hashpower
{{ $hashPower }} GH/s 
Daily profit
{{ $dailyProfit }}
Total Referrals
{{ $refCount }}
Coin Price
1 {{ $chain }} = {{ $tokenPrice }} USD 
{{-- Deposit Modal --}}
@csrf
{{-- Withdrawal Modal --}}
@csrf
@endsection