@php $calculationCaption = getContent('calculation.caption',true); @endphp @if($calculationCaption) @php $planList = \App\Plan::where('status', 1)->latest()->get(); @endphp {{__(@$calculationCaption->data_values->title)}} {{@$calculationCaption->data_values->sub_title}} @lang('Plan') @lang('Choose Plan') @foreach($planList as $k => $data) {{$data->name}} @endforeach @lang('Invest Amount') @lang('Profit') @endif @push('js') @endpush
{{@$calculationCaption->data_values->sub_title}}