@if ($plan->amount_month * 12 > $plan->amount_year)
{{ __('Save :value%', ['value' => number_format((($plan->amount_month * 12 - $plan->amount_year) / ($plan->amount_month * 12)) * 100, 0)]) }}
@endif
@if ($plan->hasPrice())
{{ formatMoney($plan->amount_month, $plan->currency) }}
{{ $plan->currency }}
{{ formatMoney($plan->amount_year, $plan->currency) }}
{{ $plan->currency }}
@else
{{ __('Free') }}
{{ __('Free') }}
@endif
{{ __('Screen Sharing') }}
{!! __('Up to') . ' ' . $plan->features->time_limit . '' . __('minutes') !!}
{!! '' .$plan->features->meeting_no . ' ' . __('Meetings') !!}