@extends($activeTemplate . 'user.layouts.app') @section('panel')
@foreach($plans as $data)
@lang($data->name)
{{$general->cur_sym}}{{getAmount($data->price)}}
@lang('Business Volume (BV)'): {{getAmount($data->bv)}}
@lang('Referral Commission'): {{$general->cur_sym}} {{getAmount($data->ref_com)}}
@lang('Tree Commission'): {{$general->cur_sym}} {{getAmount($data->tree_com)}}
@lang('Daily Ad View Limit'): {{$data->daily_ad_limit}}
@if(Auth::user()->plan_id != $data->id)
@lang('Subscribe')
@else
@lang('Already Subscribe')
@endif
@lang('Confirm Purchase '.$data->name)?
×
{{getAmount($data->price)}} {{$general->cur_text}} @lang('will subtract from your balance')
@csrf
@endforeach
@lang("Business Volume (BV) info")
×
@lang('When someone from your below tree subscribe this plan, You will get this Business Volume which will be used for matching bonus').
@lang('Referral Commission info')
×
@lang('When your referred user subscribe in')
@lang('ANY PLAN')
, @lang('you will get this amount').
@lang('This is the reason you should choose a plan with bigger referral commission').
@lang('Commission to tree info')
×
@lang('When someone from your below tree subscribe this plan, You will get this amount as tree commission').
@lang('Daily Ad Limit Info')
×
@lang('How many ad you can view in a day')
@endsection