@include('dashboard.admin.user.partials.account_options_and_status')
- Plan
-
{{ $userPlan->plan->name }}
- Amount
-
{{ currency($user->currency) . formatAmount($userPlan->amount) }}
- Daily Profit
-
{{ $userPlan->daily_profit }}%
- Duration (Days)
-
{{ $userPlan->duration }}
- Trades per Day
-
{{ $userPlan->trades_per_day }}
- Days Processed
-
{{ $userPlan->days_processed }}
@if ($userPlan->starts_at)
- Starts At
-
{{ formatDateTime($userPlan->starts_at) }}
@endif
@if ($userPlan->ends_at)
- Ends At
-
{{ formatDateTime($userPlan->ends_at) }}
@endif
- Status
-
{{ $userPlan->status->label() }}
@endsection