@use('\Illuminate\Support\Number', 'Number')
| Plan | Amount | Date/Time |
|---|---|---|
| {{ $userPlan->plan->name }} | {{ Number::currency($roi->amount, $settings->s_currency) }} @if ($userPlan->plan->increment_type == 'Percentage') {{ $roi->rate }}% @endif | {{ $roi->created_at->toDayDateTimeString() }} |
| No Data Available | ||