@extends('panel.layout.app', ['disable_tblr' => true])
@section('title', __('Workbook'))
@section('titlebar_pretitle', __('Edit your generations.'))
@php
$title = $workbook->generator->type === 'image' ? str()->limit($workbook->input, 40) : $workbook->title;
@endphp
@section('titlebar_title', $title)
@section('titlebar_actions')
{{-- Edit with AI Editor --}}
@if ($setting->feature_ai_advanced_editor && $workbook->generator->type !== 'voiceover' && $workbook->generator->type !== \App\Domains\Entity\Enums\EntityEnum::ISOLATOR->value)
@lang('Integrations')