@forelse($invests as $invest) @php if ($invest->last_time) { $start = $invest->last_time; } else { $start = $invest->created_at; } @endphp
@if ($invest->status == 1) @endif
{{ __($invest->plan->name) }} - @lang('Every') {{ __($invest->time_name) }} {{ $invest->plan->interest_type != 1 ? gs('cur_sym') : '' }}{{ showAmount($invest->plan->interest, currencyFormat:false) }}{{ $invest->plan->interest_type == 1 ? '%' : '' }} @lang('for') @if ($invest->plan->lifetime == 0) {{ __($invest->plan->repeat_time) }} {{ __($invest->plan->timeSetting->name) }} @else @lang('LIFETIME') @endif
@lang('Invested'): {{ showAmount($invest->amount) }} @if ($invest->capital_status) (@lang('Capital will be back')) @endif

@lang('Start Date')

{{ showDateTime($invest->created_at, 'M d, Y h:i A') }}

@lang('Next Return')

{{ showDateTime($invest->next_time, 'M d, Y h:i A') }}

@lang('Total Return')

@if ($invest->compound_times) {{ $invest->return_rec_time }} @lang('times') | {{ showAmount($invest->paid) }} @else {{ $invest->return_rec_time }}x{{ showAmount($invest->interest) }} = {{ showAmount($invest->paid) }} @endif

@if ($invest->eligibleCapitalBack()) @endif
@empty

{{ __($emptyMessage) }}

@endforelse
@push('style') @endpush @push('script') @endpush