@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 ? $general->cur_sym : '' }}{{showAmount($invest->plan->interest)}}{{($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) }} {{ $general->cur_text }} @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')

{{ $general->cur_sym }}{{ showAmount($invest->interest) }} x {{ $invest->return_rec_time }} = {{ showAmount($invest->paid) }} {{ $general->cur_text }}

@empty

{{ __($emptyMessage) }}

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