@php
$planTitle = getContent('plan.content', true);
$plans = \App\Models\Plan::where('status', 1)->orderBy('price')->get();
@endphp
@lang(@$planTitle->data_values->subtitle)
@lang(@$planTitle->data_values->title)
{{__(@$plan->name)}}
{{$general->cur_sym}}{{getAmount($plan->price)}}