@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __($openai->title)) @section('titlebar_subtitle', __($openai->description)) @section('content')
@if ($openai->type == 'image') @include('panel.user.openai.components.generator_image') @elseif ($openai->type == 'video') @include('panel.user.openai.components.generator_video') @elseif($openai->type == 'voiceover') @include('panel.user.openai.components.generator_voiceover') @elseif($openai->type == 'isolator') @include('panel.user.openai.components.generator_voice_isolator') @else @include('panel.user.openai.components.generator_others') @endif
@endsection @push('script') @if ($openai->type == 'voiceover' || $openai->type == 'isolator') @endif @if ($openai->type == 'code') @endif @endpush