@php $planList = \App\Models\Plan::whereHas('timeSetting', function ($time) { $time->where('status', 1); }) ->where('status', 1) ->orderBy('id', 'desc') ->get(); $calculationContent = getContent('calculation.content', true); @endphp
{{ __(@$calculationContent->data_values->heading) }}
{{ __(@$calculationContent->data_values->sub_heading) }}
@lang('Plan')
@foreach ($planList as $k => $data)
{{ $data->name }}
@endforeach
@lang('Invest Amount')
@push('script') @endpush