@php $calculationContent = getContent('calculation.content', true); $planList = \App\Models\Plan::where('status', 1) ->orderBy('id', 'desc') ->get(); @endphp
@push('script') @endpush