@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 }}
@if ($plan->payment_frequency != 'lifetime'){{ __('Next billing is on') }} {{ $date }} {{ __('at') }} {{ $time }}
@endif {{ __('View Orders') }} {{ __('Cancel Subscription') }} @endif{{ __('Included Credits') }}
@if ($settings->model_credit_name == 'words') {{ __('Words Included') }} @else {{ __('Tokens Included') }} @endif: {{ number_format($prepaid->tokens) }}
@endif @if ($prepaid->images != 0){{ __('Media Credits Included') }}: {{ number_format($prepaid->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') }}