@extends('admin.layouts.modules') @section('title', __('Investment Settings')) @php $base_currency = base_currency(); $alter_currency = secondary_currency(); $all_days = ['mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun']; @endphp @section('content')

{{ __('Investment Settings') }}

{{ __('Manage your investment settings of the application.') }}

{{ __('Plan Purchase Option') }}
{{ __('Set the order to display plan/scheme for investment.') }}
{{ __('Show total return value (%) in plan purchase.') }}
{{ __('Show capital return in investment plan.') }}
{{ __('Show plan description in investment plan.') }}
{{ __('Show payout terms in investment plan.') }}
{{ __('Show term duration in investment plan.') }}
{{ __('Update investment plan page headings.') }}
{{ __('Main Heading') }} {{ __("Eg. :content", ['content' => __("Investment Plans")]) }}
{{ __('Title') }} {{ __("Eg. :content", ['content' => __("Choose your favourite plan and start earning now.")]) }}
{{ __('Intro Content') }} {{ __("Eg. :content", ['content' => __("Here is our several investment plans. You can invest daily, weekly or monthly and get higher returns in your investment.")]) }}
{{ __('Profit Adjustment') }}
{{ __('How do you want to adjust profit into account / ledger.') }}
{{ __('Set an amount that consider for auto adjustment.') }}
{{ base_currency() }}

{{ __("Note:") }}

  • {{ __("Each Times") }}: {{ __("Each time calculate the profit against any plan and adjust into investment account with admin action.") }}

  • {{ __("Threshold Amount") }}: {{ __("Adjust the investment account balance once calculated profits cross the amount specify above.") }}

  • {{ __("Caution") }}: {{ __("Always admin action required to paid the profits from Invest Statement->Profit/Interest Logs to Paid to Profit.") }}

{{ __('Balance Transfer Setting') }}
{{ __('Transfer investment account balance to main wallet automatically.') }}
{{ __('If enabled, user can set their auto balance transfer option.') }}
{{ __('Set the default auto transfer mode for users.') }}
{{ __('Specify the threshold minimum amount for balance transfer.') }}
{{ base_currency() }}

{{ __("Note:") }}

  • {{ __("If any user makes changes their personal setting, then default option not applicable.") }}

  • {{ __("For those users who cannot cover the threshold minimum amount, they can transfer their balance manually.") }}

  • {{ __("Caution") }}: {{ __("Always admin action is required to complete the auto transfer from Active Investment page to Process button.") }}

{{ __('Advanced Setting') }}
{{ __('Require or not admin confirmation to start investment plan.') }}
{{ __('If not enabled, the plan will start automatically.') }}
{{ __('User allow to cancel the new subscription before time.') }}
{{ __('Temporarily disable the investment purchase feature.') }}
{{ __('It does not affect on any old or running investment plan.') }}
{{ __('Users unable to purchase new plan if disable.') }}
{{ __('Add custom message to show on user-end.') }}
{{ __('This message will display when user going to invest on any plan.') }}
@csrf
@endsection