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

{{__(@$planCaption->data_values->short_details)}}

@foreach($plans as $k => $data) @php $time_name = \App\TimeSetting::where('time', $data->times)->first(); @endphp
{{$data->name}}
{{__($data->interest)}} @if($data->interest_status == 1) % @else {{__($general->cur_text)}} @endif
{{__($time_name->name)}} / @if($data->lifetime_status == 0) {{__($data->repeat_time)}} @lang('Times') @else @lang('Lifetime') @endif
    @if($data->capital_back_status == 1)
  • @lang('Capital Will Return Back')
  • @elseif($data->capital_back_status == 0)
  • @lang('Capital Will Store')
  • @endif
  • @lang('24/7Support')
@if($data->fixed_amount == 0)
@lang('Min.') {{__($general->cur_sym)}}{{__($data->minimum)}} @lang('Max:') {{__($general->cur_sym)}}{{__($data->maximum)}}
@else
· @lang('Invest Amount'): {{__($general->cur_sym)}}{{__($data->maximum)}}
@endif @lang('Invest Now')
@endforeach
@endif @push('renderModal') @php $wallets = \App\UserWallet::where('user_id', Auth::id())->get(); @endphp @endpush @push('js') @endpush