@extends('layouts.app') @section('page-header')
{{ __('Plan Name') }}{{ ucfirst($id->plan_name) }} |
{{ __('Plan Status') }}{{ ucfirst($id->status) }} |
{{ __('Payment Frequency') }}{{ ucfirst($id->payment_frequency) }} |
{{ __('Price') }}{{ $id->price }} {{ $id->currency }} |
{{ __('OpenAI Model for Templates') }}{{ $id->model }} |
{{ __('OpenAI Model for AI Chat') }}{{ $id->model_chat }} |
{{ __('Paypal Plan ID') }}{{ $id->paypal_gateway_plan_id }} |
{{ __('Stripe Plan ID') }}{{ $id->stripe_gateway_plan_id }} |
{{ __('Razorpay Plan ID') }}{{ $id->razorpay_gateway_plan_id }} |
{{ __('Paystack Plan ID') }}{{ $id->paystack_gateway_plan_id }} |
{{ __('Words Included') }}{{ number_format($id->words) }} {{ __(' words') }} |
{{ __('Images Included') }}{{ number_format($id->images) }} {{ __(' images') }} |
{{ __('Characters Included') }}{{ number_format($id->characters) }} {{ __(' characters') }} |
{{ __('Minutes Included') }}{{ number_format($id->minutes) }} {{ __(' minutes') }} |
{{ __('Total Text Result Length') }}{{ number_format($id->max_tokens) }} {{ __(' tokens') }} |
{{ __('Supported Template Package') }}{{ ucfirst($id->templates) }} |
{{ __('Supported Chat Package') }}{{ ucfirst($id->chats) }} |
{{ __('Team Members') }}{{ $id->team_members }} |
{{ __('AI Image Feature') }}@if($id->image_feature)@else @endif |
{{ __('AI Voiceover Feature') }}@if($id->voiceover_feature)@else @endif |
{{ __('AI Speech to Text Feature') }}@if($id->transcribe_feature)@else @endif |
{{ __('AI Chat Feature') }}@if($id->chat_feature)@else @endif |
{{ __('AI Code Feature') }}@if($id->code_feature)@else @endif |
{{ __('Free Plan') }}@if($id->free)@else @endif |
{{ __('Featured Plan') }}@if($id->featured)@else @endif |
{{ __('Primary Heading') }}{{ ucfirst($id->primary_heading) }} |
{{ __('Plan Features') }}{{ ucfirst($id->plan_features) }} |
{{ __('Created On') }}{{ date_format($id->created_at, 'M d, Y H:i A') }} |
{{ __('Last Updated On') }}{{ date_format($id->updated_at, 'M d, Y H:i A') }} |