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