@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