{{__('staticwords.membershipplans')}}
- {{__('staticwords.membershiplines1')}}
- {{__('staticwords.membershiplines2')}}
@foreach($plans as $plan)
@if($plan->delete_status ==1 )
@if($plan->status != 'inactive')
@php
$pricingTexts = App\PricingText::where('package_id',$plan->id)->get();
@endphp
@if(isset($package_feature))
@foreach($package_feature as $pf)
@isset($plan['feature'])
@endif
@endif
@endforeach
{{$plan->name}}
@if(Session::has('current_currency'))
{{ currency($plan->amount, $from = $plan->currency, $to = Session::has('current_currency') ? ucfirst(Session::get('current_currency')) : $plan->currency_symbol, $format = true) }}
{{ currency($plan->amount, $from = $plan->currency, $to = Session::has('current_currency') ? ucfirst(Session::get('current_currency')) : $plan->currency_symbol, $format = true) }}/
{{$plan->interval}}
@else
{{$plan->amount}}
{{number_format(($plan->amount) / ($plan->interval_count),2)}}/
{{$plan->interval}}
@endif
- @if(in_array($pf->id, $plan['feature'])) @else @endif {{ $pf->name }}