@extends(activeTemplate() .'layouts.master') @section('style') @stop @section('content') @php $planCaption = getContent('plan.caption',true); @endphp

{{__($page_title)}}

{{__(@$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
@endsection @section('script') @endsection