@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('Workbook')) @section('titlebar_pretitle', __('Edit your generations.')) @section('titlebar_title', $workbook->title) @section('titlebar_actions_after')
{{ __('Share') }} @lang('X') @lang('Whatsapp') @lang('Telegram') @if (!empty($integrations) && $checkIntegration) {{ __('Publish') }}

@lang('Integrations')

@foreach ($integrations as $integration) {{ $integration?->integration?->app }} @endforeach
@endif
@endsection @section('content')
@include('panel.user.openai.documents_workbook_textarea')
@endsection @push('script') @if ($openai->type == 'code') @endif @endpush