@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 short description for each plan in purchase.') }}
{{ __('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.")]) }}
{{--
{{ __('Investment Calulator') }}
{{ __('Set the currency that selected by default in calulator.') }}
{{ __('Set additional currencies for calulator as switcher.') }}
    @foreach($currencies as $currency) @if($base_currency!==data_get($currency, 'code'))
  • @endif @endforeach
--}}
{{ __('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.") }}

{{ __('Advanced Setting') }}
{{--
{{ __('Set the date you have launched your investment site.') }}
{{ __('This will show the days of online.') }}
--}} {{--
{{ __('Choose the days for the week-end.') }}
--}}
{{ __('Require or not admin confirmation to start investment plan.') }}
{{ __('If not enable, the plan will start automatically after cancel timeout.') }}
{{ __('User allow to cancel the new subscription within 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