@php $page = 'mining-store' @endphp @extends('includes.layout') @section('content')

Buy ASICs / Payment Details

@csrf @method('put')

Balance

${{ number_format($user->balance, 2) }}

Deposit

{{ $asic->name }} {{ $asic->hashrate }}TH/s

{{ $asic->name }}

Quantity (1)

1

Hardware Details

Algorithm: {{ $asic->algorithm }} | Hashrate: {{ $asic->hashrate }} TH/s | Power: {{ $asic->power_consumption ?? '—' }} W @if($asic->tag == 'best') Condition: Best Seller @elseif($asic->tag == 'new') Condition: New @elseif($asic->tag == 'hot') Condition: Hot Deal @endif

Services Included
  • Shipping & Tax
  • Setup & Launch
  • 24/7 Security
Profitability Info

Monthly Mining Output: ${{ number_format($asic->mining_output, 2) }} | Breakeven: 536 days | Return: 273%

Disclaimer

These estimates offer forward-looking information based on current data, including mining difficulty: FPPS 0.00000048, and BTC reference rate of $175k. They are not guarantees of future results and should be viewed with caution due to market uncertainties.

Payment Details

Price Quantity Total
{{ $asic->name }} {{ $asic->hashrate }}TH/s $ {{ $asic->price }} 1 ${{ $asic->price }}
Installation Fee ${{ $asic->installation_fee }} 1 ${{ $asic->installation_fee }}
Monthly Hosting Fee ${{ $asic->hosting_fee }} 1 $ {{ $asic->hosting_fee }}
Payment system fee $ 0
Promocode None

Total Payment:

${{ $asic->installation_fee + $asic->hosting_fee + $asic->price }}

Wallet Balance

@endsection @push('scripts') @endpush