@php
$planCaption = getContent('plan.caption',true);
@endphp
@if($planCaption)
@php
$plans = \App\Plan::where('status', 1)->where('featured', 1)->latest()->get();
@endphp
{{__(@$planCaption->data_values->short_details)}}
{{__(@$planCaption->data_values->title)}}
{{$data->name}}
{{__($data->interest)}} @if($data->interest_status == 1)
% @else {{__($general->cur_text)}} @endif
@lang('Invest Now')