@php $planCaption = getContent('plan.content', true); $gatewayCurrency = App\Models\GatewayCurrency::whereHas('method', function ($gate) { $gate->where('status', 1); }) ->with('method') ->orderby('name') ->get(); $plans = App\Models\Plan::where('status', 1)->get(); @endphp
{{ __($planCaption->data_values->subheading) }}