@extends('components.customer-layout') @section('header')

Top Performers

@endsection @section('content') {{-- Top Performers --}}
@if (!empty($topPerfomers)) @foreach ($topPerfomers as $key => $Perfomer)
@endforeach @else @endif
{{-- description --}}
@if (!empty($Balance) && $Balance > 0)

Your Balance

@if ($Balance)
${{ number_format(floatval($Balance), 2) }}
@else
0.00
@endif {{--

1.5002746BTC

--}}
@endif
@if (!empty($Balance) && $Balance > 0)
@if ($totalTransaction) ${{ number_format(floatval($totalTransaction), 2) }} @else $0.00 @endif

Invested

@if ($tokenBalance) {{ number_format(floatval($tokenBalance['balance']), 2) }} @else 0.00 @endif

FLT Balance

@if ($tokenBalance) ${{ number_format(floatval($tokenBalance['fortlink']['currentPrice']), 2) }} @else 0.00 @endif

FLT Price

@endif
Recent Transactions
Full History
    @if (!empty($transactions)) @foreach ($transactions as $index => $transaction) @php $Date = $transaction['createdAt']; // dd(config('app.tx_color')[$transaction['type']]); $color = !empty(config('app.tx_color')[$transaction['type']]) ? config('app.tx_color')[$transaction['type']] : 'info'; $icon = !empty(config('app.tx_icon')[$transaction['type']]) ? config('app.tx_icon')[$transaction['type']] : 'bi bi-lightning-fill'; // !empty(config('app.tx_color'))[$transaction['type']] ? config('app.tx_color')[$transaction['type']] : "success"; @endphp
  • {{ $transaction['type'] }} {{ date('d M,Y', strtotime($transaction['createdAt'])) }}
    {{ $transaction['status'] }} {{ $transaction['amount'] }}
  • @if ($index >= 4) @break @endif @endforeach @else @endif
{{-- description --}}
Earning Chart
Token Chart
{{-- asset --}}
Active Portfolio
@if (!empty($userInvestments)) @foreach ($userInvestments as $index => $Investment) @if ($index >= 5) @break @endif @endforeach {{-- --}} @else @endif
Pack Invested Gains Uptick Start Date End Date
{{ $Investment['plan_name'] }}

({{ date('d M,Y', strtotime($Investment['lastAccured'])) }})

{{ $Investment['amount'] }} {{ $Investment['accuredAmount'] }} @php $color = $Investment['percentageIncrease'] > 0 ? 'success' : 'danger'; @endphp {{ $Investment['percentageIncrease'] }} {{ date('d M,Y', strtotime($Investment['createdAt'])) }} {{ date('d M,Y', strtotime($Investment['endDate'])) }}
Etherium

(0.9207702)

$43,11,290 1.00089ETH Buy Sell
Dash

(0.83092333)

$6,11,290 1.00089DAH Buy Sell
Euro

(0.0092363)

$93,11,290 1.00089EUR Buy Sell
Litecoin

(1.00009023)

$7,11,290 1.00089LIT Buy Sell
{{-- description --}}
Referral Chart
{{-- asset --}}
@endsection