• {{ __('user.Plan Name') }}
    {{ $invest?->plan?->title }}
  • {{ __('user.Invested Amount') }}
    {{ $invest->amount }}
  • {{ __('user.Transaction Number') }}
    {{ $invest->transaction_no }}
  • {{ __('user.Payment Method') }}
    {{ $invest->method }}
  • {{ __('user.Payment Method') }}
    {{ $invest->method }}
  • {{ __('user.Status') }}
    @if($invest->status == 1) {{ __('user.Running') }} @elseif($invest->status == 2) {{ __('user.Completed') }} @elseif($invest->status == 0) {{ __('user.Pending') }} @endif