{{ $plan->name }}
- {{ __('Monthly Price') }}: {{(isset($payment_setting['currency']) ? $payment_setting['currency'] : '$')}}{{$plan->monthly_price}}
- {{ __('Annual Price') }}: {{( isset($payment_setting['currency']) ? $payment_setting['currency'] : '$')}}{{$plan->annual_price}}
@if($plan->max_users != 0)
- {{ ($plan->max_users < 0)?__('Unlimited'):$plan->max_users }} {{__('Users')}}
@endif
@if($plan->max_projects != 0)
- {{ ($plan->max_projects < 0)?__('Unlimited'):$plan->max_projects }} {{__('Projects')}}
@endif
@if($plan->description)
-
{{$plan->description}}
@endif