@if(getArrayValue($setting->investment_setting, getInputName(\App\Enums\InvestmentType::STAKING_INVESTMENT->name)) == 1) @php $fixedContent = \App\Services\FrontendService::getFrontendContent(\App\Enums\Frontend\SectionKey::STAKING_INVESTMENT, \App\Enums\Frontend\Content::FIXED); @endphp

{{ getArrayValue($fixedContent?->meta, 'heading') ?? '' }}

{{ getArrayValue($fixedContent?->meta, 'sub_heading') ?? '' }}

@foreach($stakingInvestments as $stakingInvestment)

{{ shortAmount($stakingInvestment->interest_rate) }}%

{{ __('Interest') }}
{{ __('Duration') }} {{ $stakingInvestment->duration }} {{ __('Days') }}
{{ __('Capital Limit') }} {{ getCurrencySymbol() }}{{ shortAmount($stakingInvestment->minimum_amount) }} - {{ getCurrencySymbol() }}{{ shortAmount($stakingInvestment->maximum_amount) }}
@endforeach
@push('script-push') @endpush @endif