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

Buy Cloud / Payment Details

@csrf @method('put')

Balance

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

Deposit

Cloud Mining Contracts

{{ $cloud_plan->name }}

Contract Details

Total mining power: {{ $mining_power }} TH/s | Duration: {{ $cloud_plan->duration_days }} Days

Asic: {{ $cloud_plan->name }} {{ $cloud_plan->hashrate }}TH/s

Disclaimer

These calculations provide you a forward-looking information which allows you to model potential income under certain conditions selected by you. This forward-looking information is based on a data currently available to {{ $settings->name }}, including current mining difficulty. It's is not a guarantee of future performance and accordingly undue reliance should not be put on such information due to the inherent uncertainty therein.

{{-- Payment Details --}}

Payment Details

{{-- Item --}}
Contract Price ${{ number_format($amount, 2) }}

{{-- Service Fee --}}
Service fee per Th/day ${{ $cloud_plan->service_fee }}

{{-- Card Processing Fee --}}
Card Processing Fee $0.00
{{-- Divider --}}
{{-- Total --}}
Total Payment

${{ number_format($amount, 2) }}

{{-- Wallet Balance --}}

Wallet Balance

@endsection @push('scripts') @endpush