{{$crypto['name']}}

{{$crypto['symbol']}}

{{$investment->status}}

{{$crypto['description']}}

Current Price

{{--
--}}

$ {{formatNumber($crypto['price_in_usd'])}} ( {{$crypto->change_percentage}}%)

{{formatNumber($crypto['price_in_usd'] * $naira_to_dollar) }}

Amount Invested

{{formatNumber($investment->amount_invested )}}

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

{{formatNumber($earnings) }}

Change Percentage

{{$investment->change_percentage}} %

Current Rate

{{$current_rate}} %

End Date

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

@push('scripts') @endpush