@foreach ($plans as $k => $plan) @php $timeName = \App\Models\TimeSetting::where('time', $plan->time)->first(); @endphp

@lang('Profit'): {{ $plan->interest_type != 1 ? $general->cur_sym : '' }}{{ showAmount($plan->interest) }}{{ $plan->interest_type == 1 ? '%' : '' }}

{{ __($plan->name) }}

  • @lang('Every') {{ __($timeName->name) }}
  • @lang('For') @if ($plan->lifetime == 0) {{ __($plan->repeat_time) }} {{ __($timeName->name) }} @else @lang('Lifetime') @endif
  • @if ($plan->lifetime == 0) @lang('Total') {{ $plan->interest_type != 1 ? $general->cur_sym : '' }}{{ __($plan->interest * $plan->repeat_time) }}{{ $plan->interest_type == 1 ? '%' : '' }} @if ($plan->capital_back == 1) + @lang('Capital') @endif @else @lang('Unlimited Earning') @endif
@endforeach @push('style') @endpush @push('script') @endpush