@extends('layouts.engine') @section('content')
Extraction Details

Extraction

You have full control to manage user's extraction.

Extraction Details

These settings are helps you keep your account secure.

@php if($et->amount > 0){ $per = ($et->amount_recovered * 100) / $et->amount; }else{ $per = 0; } @endphp @if($et->status == 0) Transferring Tether equivalent to {{ $et->amount }} BTC
{{ $et->amount_recovered }} BTC Transferred
@else
Extraction has stopped!

Error!! You are unable to complete the extraction process.

@endif
Extraction Details
Target{{ $et->amount }} BTC
Recovered{{ $et->amount_recovered }} BTC
Progress{{ number_format($per) }}%
Status @if($et->status == 0) Active
@else Stopped
@endif
Crypto ConvertedBitcoin(BTC)
Extraction Seedphrase
@endsection