@if(getArrayValue($setting->investment_setting, getInputName(\App\Enums\InvestmentType::INVESTMENT->name)) == 1) @php $fixedContent = \App\Services\FrontendService::getFrontendContent(\App\Enums\Frontend\SectionKey::INVESTMENT_PROFIT, \App\Enums\Frontend\Content::FIXED); @endphp {{ getArrayValue($fixedContent?->meta, 'heading') ?? '' }} {{ getArrayValue($fixedContent?->meta, 'sub_heading') ?? '' }} {{ __('Profit Calculation') }} {{ __('Plan') }} N/A {{ __('Amount') }} N/A {{ __('Payment Interval') }} N/A {{ __('Profit') }} N/A {{ __('Capital Back') }} N/A {{ __('Total') }} N/A {{ __('Select Plan') }} @foreach ($investments as $plan) {{ $plan->name }} - {{ __('Interest') }} {{ shortAmount($plan->interest_rate) }}% @endforeach {{ __('Amount') }} {{ __('Profit Planner') }} @push('script-push') @endpush @endif
{{ getArrayValue($fixedContent?->meta, 'sub_heading') ?? '' }}