@extends('admin.layouts.main') @section('panel') {{ $setTitle }} @csrf @lang('Name') * @lang('Type') * {{ __(\App\Enums\Investment\InvestmentRage::getName(App\Enums\Investment\InvestmentRage::RANGE->value)) }} {{ __(\App\Enums\Investment\InvestmentRage::getName(App\Enums\Investment\InvestmentRage::FIXED->value)) }} @lang('Interest Type') * {{ __(\App\Enums\Investment\InterestType::getName(App\Enums\Investment\InterestType::PERCENT->value)) }} {{ __(\App\Enums\Investment\InterestType::getName(App\Enums\Investment\InterestType::FIXED->value)) }} @lang('Interest Rate') * % @lang('Time') * @lang('Select Time') @foreach($timeTables as $timeTable) {{ __($timeTable->name) }} @endforeach @lang('Return Type') * {{ __(\App\Enums\Investment\ReturnType::getName(App\Enums\Investment\ReturnType::LIFETIME->value)) }} {{ __(\App\Enums\Investment\ReturnType::getName(App\Enums\Investment\ReturnType::REPEAT->value)) }} @lang('Is Recommend') * {{ __('Yes') }} @lang('Status') * @foreach(\App\Enums\Status::toArray() as $key => $status) {{ replaceInputTitle($key) }} @endforeach {{ __('Terms Policy') }}* {{ old('terms_policy') }} @lang('Features') @lang('To add scheme features, please click the "Add New" button located on the right-hand side.') @lang('Add New') @lang('Notify users') @lang('If you activate the notification status, all users will be notified and have the opportunity to review and consider investing in this plan.') @lang('Submit') @endsection @push('script-push') @endpush