@php $creativity_levels = [ '0.25' => 'Economic', '0.5' => 'Average', '0.75' => 'Good', '1' => 'Premium', ]; $voice_tones = ['Professional', 'Funny', 'Casual', 'Excited', 'Witty', 'Sarcastic', 'Feminine', 'Masculine', 'Bold', 'Dramatic', 'Grumpy', 'Secretive', 'other']; $youtube_actions = [ 'blog' => __('Prepare a Blog Post'), 'short' => __('Explain the Main Idea'), 'list' => __('Create a List'), 'tldr' => __('Create TLDR'), 'prons_cons' => __('Prepare Pros and Cons'), ]; @endphp @extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __($openai->title)) @section('titlebar_subtitle') @if ($openai->type == 'code') {{ __('Generate high quality code in seconds.') }} @elseif(isset($openai->description)) {{ __($openai->description) }} @endif @endsection @section('content')