@extends('layouts.dashly') @section('title', $title) @section('content')
View profit history
View bonus history
View referrals
View withdrawals
{{ $settings->currency }}{{ number_format($plan->amount) }}
You do not have an active investment at the moment.
Invest Now| Date | Type | Amount |
|---|---|---|
| {{ $item->created_at->toDayDateTimeString() }} | {{ $item->type }} | {{ $settings->currency }}{{ number_format($item->amount) }} | No record yet | @endforelse