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

image
@push('script') @endpush