@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')
...
@else
@endif