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

@foreach($plans as $plan)

{{__(@$plan->name)}}

{{$general->cur_sym}}{{getAmount($plan->price)}}

  • @lang('Business Volume') (@lang('BV')) : {{$plan->bv}}
  • @lang('Referral Commission') : {{$general->cur_sym}} {{getAmount($plan->ref_com)}}
  • @lang('Commission To Tree') : {{$general->cur_sym}} {{getAmount($plan->tree_com)}}
  • @lang('Daily Ad Limit') : {{$plan->daily_ad_limit}}
@endforeach
@push('style') @endpush