@extends('admin.layouts.main') @section('panel') {{ $setTitle }} @csrf @lang('Name') * @lang('Type') * @foreach(\App\Enums\Investment\InvestmentRage::toArray() as $key => $status) type == $status) selected @endif>{{ replaceInputTitle($key) }} @endforeach @lang('Interest Type') * @foreach(\App\Enums\Investment\InterestType::toArray() as $key => $status) interest_type == $status) selected @endif>{{ replaceInputTitle($key) }} @endforeach @lang('Interest Rate') * % @lang('Time') * @lang('Select Time') @foreach($timeTables as $timeTable) id == $scheme->time_id) selected @endif>{{ __($timeTable->name) }} @endforeach @lang('Return Type') * @foreach(\App\Enums\Investment\ReturnType::toArray() as $key => $status) interest_return_type == $status) selected @endif>{{ __(\App\Enums\Investment\ReturnType::getName($status)) }} @endforeach @lang('Is Recommend') * is_recommend) checked @endif value="1" name="is_recommend" id="flexCheckChecked" > {{ __('Yes') }} @lang('Status') * @lang('Select Status') @foreach(\App\Enums\Status::toArray() as $key => $status) status == $status) selected @endif>{{ replaceInputTitle($key) }} @endforeach {{ __('Terms Policy') }}* {{ $scheme->terms_policy }} @lang('Features') @lang('To add scheme features, please click the "Add New" button located on the right-hand side.') @lang('Add New') @if(!empty($scheme->meta)) @foreach($scheme->meta as $value) @endforeach @endif @lang('Submit') @endsection @push('script-push') @endpush