@extends('layouts.app') @section('page-header')
{{ __('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 Vision Feature') }}@if($id->vision_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) }} |