@csrf
{{ __('Save draft') }} {{ isset($story->published_at) ? __('Update') : __('Publish') }}

{{ __('Settings') }}

{{-- Story Settings --}}

@include('livewire.front.story.settings.story-edit')
{{-- SEO Settings --}}

@include('livewire.front.story.settings.seo')
{{-- Audio File Settings --}}

@include('livewire.front.story.settings.audio-file-edit') @error('audioFile')

{{ $message }}

@enderror
{{-- Comments Settings --}}

@include('livewire.front.story.settings.comments')
{{-- Poll --}}

@include('livewire.front.story.settings.poll')
@error('title')

{{ $message }}

@enderror
@push('editor-scripts') @endpush