{{$currency->currency}}

{{$currency->code}}

@if (!$holding) Invest @endif

Current price

{{formatNumber($currency->rate) }}

@if ($holding)

Amount Invested

{{formatNumber($holding->amount)}}

{{$holding->status == 'completed' ? 'Amount Earned' : 'Possible Earnings'}}

{{formatNumber($earnings) }}

Initial Rate

{{$holding->naira_start_rate}}

Current Rate

{{$current_rate}}

Holding Status

{{$holding->status}}

Asset Invested

{{formatNumber($holding->asset_amount)}} ({{$holding->asset_symbol}})

End Date

{{$holding->end_date->format('d M Y')}}

@endif
@push('scripts') @endpush