@extends('panel.layout.settings', ['disable_tblr' => true]) @section('title', __('Workbook')) @section('titlebar_pretitle', __('Share post your integrations.')) @section('titlebar_title', $title) @section('titlebar_actions', '') @section('settings')
@if ($workbook->generator->type === 'code')
{{ $workbook->output }}
@elseif($workbook->generator->type === 'image')
{{ __($workbook->generator->title) }}
@elseif(in_array($workbook->generator->type, ['text', 'youtube', 'rss', 'audio']))
@csrf {!! $workbook->output !!} {{ __('Share') }} @endif
@endsection @push('script') @if ($openai->type == 'code') @endif @endpush