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

Buy Cloud Mining

@forelse ($cloud_plans as $item)

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

{{-- Miner Image --}} @if($item->image) {{ $item->name }} @else No image @endif

Duration: {{ $item->duration_days }} (Days)

Service Fee: ${{ $item->service_fee }}

Power: {{ $item->power_consumption }} W

@empty

No cloud mining plan found

@endforelse
@endsection