@extends($activeTemplate . 'layouts.master') @section('content')
@lang('Schedule Investment')
@lang('Easily manage your scheduled investments by accessing detailed information such as upcoming investment dates, remaining investment times, and the option to enable or disable each schedule.')
@lang('Plan + Invest Amount')
{{ __($scheduleInvest->plan->name) }} | {{ showAmount($scheduleInvest->amount) }}
@lang('Return')
{{ showAmount($interest) }} @lang('every') {{ $plan->timeSetting->name }}
@lang('for')
@if ($plan->lifetime)
@lang('Lifetime')
@else
{{ $plan->repeat_time }}
{{ $plan->timeSetting->name }}
@endif
@if ($plan->capital_back)
+ @lang('Capital')
@endif
@lang('Wallet')
{{ __(keyToTitle($scheduleInvest->wallet)) }}
@lang('Remaining')
{{ $scheduleInvest->rem_schedule_times }} @lang('times')
@lang('Next Invest')
{{ $scheduleInvest->next_invest ? showDateTime($scheduleInvest->next_invest) : '----' }}