@extends('layouts.app') @section('page-header')
{{ __('You are currently not subscribed to any plan, please select your plan below and get started!') }}
@else{{ __('It is a') }} {{ __($plan->payment_frequency) }} {{ __('plan with a cost of') }} {{ $plan->price }} {{ $plan->currency }}
{{ __('Next usage and credits renewal is on') }} {{ $date }} {{ __('at') }} {{ $time }}
{{ __('View Orders') }} {{ __('Cancel Subscription') }} @endif{{ __('Included Credits') }}
{{ __('GPT 4 Model Words') }}: {{ number_format($prepaid->gpt_4_credits_prepaid) }}
@endif @if ($prepaid->gpt_4_turbo_credits_prepaid != 0){{ __('GPT 4 Turbo Model Words') }}: {{ number_format($prepaid->gpt_4_turbo_credits_prepaid) }}
@endif @if ($prepaid->gpt_3_turbo_credits_prepaid != 0){{ __('GPT 3.5 Turbo Model Words') }}: {{ number_format($prepaid->gpt_3_turbo_credits_prepaid) }}
@endif @if ($prepaid->fine_tune_credits_prepaid != 0){{ __('Fine Tune Model Words') }}: {{ number_format($prepaid->fine_tune_credits_prepaid) }}
@endif @if ($prepaid->claude_3_opus_credits_prepaid != 0){{ __('Claude 3 Opus Model Words') }}: {{ number_format($prepaid->claude_3_opus_credits_prepaid) }}
@endif @if ($prepaid->claude_3_sonnet_credits_prepaid != 0){{ __('Claude 3 Sonnet Model Words') }}: {{ number_format($prepaid->claude_3_sonnet_credits_prepaid) }}
@endif @if ($prepaid->claude_3_haiku_credits_prepaid != 0){{ __('Claude 3 Haiku Model Words') }}: {{ number_format($prepaid->claude_3_haiku_credits_prepaid) }}
@endif @if ($prepaid->gemini_pro_credits_prepaid != 0){{ __('Gemini Pro Model Words') }}: {{ number_format($prepaid->gemini_pro_credits_prepaid) }}
@endif @if ($prepaid->dalle_images != 0){{ __('Dalle Images Included') }}: {{ number_format($prepaid->dalle_images) }}
@endif @if ($prepaid->sd_images != 0){{ __('SD Images Included') }}: {{ number_format($prepaid->sd_images) }}
@endif @if ($prepaid->characters != 0){{ __('Characters Included') }}: {{ number_format($prepaid->characters) }}
@endif @if ($prepaid->minutes != 0){{ __('Minutes Included') }}: {{ number_format($prepaid->minutes) }}
@endif@if ($subscription->free) {{ __('Free') }} @else {!! config('payment.default_system_currency_symbol') !!}@if(config('payment.decimal_points') == 'allow'){{ number_format((float)$subscription->price, 2) }} @else{{ number_format($subscription->price) }} @endif/ {{ __('monthly') }} @endif
{{ __('Included Features') }}
@if ($subscription->free) {{ __('Free') }} @else {!! config('payment.default_system_currency_symbol') !!}@if(config('payment.decimal_points') == 'allow'){{ number_format((float)$subscription->price, 2) }} @else{{ number_format($subscription->price) }} @endif/ {{ __('yearly') }} @endif
{{ __('Included Features') }}
@if ($subscription->free) {{ __('Free') }} @else {!! config('payment.default_system_currency_symbol') !!}@if(config('payment.decimal_points') == 'allow'){{ number_format((float)$subscription->price, 2) }} @else{{ number_format($subscription->price) }} @endif/ {{ __('forever') }} @endif
{{ __('Included Features') }}