@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) }}

@push('script') @endpush