{{ __($plan->description) }}
@if ($plan->price == 0) {{ __('Free') }} @endif {{ $plan->price == 0 ? '' : $currency->symbol }}{{ $plan->price == 0 ? '' : $plan->price }} / @if ($plan->price != 0 && $plan->validity == 9999) {{ __('Forever') }} @endif @if ($plan->validity == 31) {{ __('Per Month') }} @endif @if ($plan->validity == 366) {{ __('Per Year') }} @endif @if ($plan->validity > 1 && $plan->validity != 31 && $plan->validity != 366 && $plan->validity != 9999) {{ 'Per'.' '.$plan->validity.' '.__('Days') }} @endif
{{ __('What\'s includes')}}
{{ $plan->template_counts }} {{ __('Templates') }}
{{ $plan->max_words == 9999 ? __('Unlimited') : $plan->max_words }} {{ __('AI Words') }}
{{ $plan->max_images == 9999 ? __('Unlimited') : $plan->max_images }} {{ __('AI Images') }}
{{ __('AI Speech to Text') }}
{{ __('AI Text to Speech') }}
{{ __('AI Code') }}
{{ __('AI Chat Assistant') }}
{{ __('AI File Analyzer') }}
{{ __('AI Web Chat') }}
{{ __('Multiple Languages') }}
{{ __('Rich Editor') }}
{{ __('Additional Tools') }}
{{ __('Support (Email)') }}