@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('AI Article Wizard')) @section('titlebar_actions', '') @section('titlebar_subtitle', __('Just choose your topic, and watch AI whip up SEO-optimized blog content in a matter of seconds!')) @section('titlebar_actions_before')
@endsection @section('content')
@include('panel.user.article_wizard.components.wizard_settings')
@endsection @push('script') @endpush