@extends($activeTemplate . 'layouts.master') @section('content')
@if ($userCoinBalances->count())
@foreach ($userCoinBalances as $item)
{{ strtoupper($item->miner->coin_code) }} @lang('Wallet')
{{ showAmount($item->balance, 8, exceptZeros: true, currencyFormat: false) }} {{ strtoupper($item->miner->coin_code) }}

@lang('Wallet Address') @if ($item->wallet) {{ $item->wallet }} @else @lang('No address provided yet') @endif

@endforeach
@else @php $color = '#' . gs('base_color'); @endphp

@lang('You have no wallet yet. At first, you have to purchase our mining plans. You can purchase our plan from') @lang('here.')

@endif
@endsection @push('style') @endpush @push('script') @endpush