{{ __("Leverage OpenAI's dynamic content creation. Our advanced algorithms generate diverse, compelling content, ensuring your messaging stays fresh and engaging.") }}
{{ __('Our image generator employs advanced algorithms, pushing the boundaries of digital imagery.' )}}
{{ __($plan->description) }}
{{-- Price --}} @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 {{ __('Start now')}}