{{ __('Featured image') }}

{{ __('Add a high-quality image to your story to keep your readers interested') }}

@include('livewire.front.story.settings.featured-image-create') @error('featuredImage')

{{ $message }}

@enderror
{{-- Subtitle --}}
{{ __('Subtitle') }}
@if (auth()->user()->isAdmin()) {{-- Users --}}
{{ __('Author') }}
@endif {{-- Community --}}
{{ __('Community (optional)') }}
{{-- Story content visibility --}}
{{ __('Story content visibility') }}
{{-- Tags --}}
{{ __('Tags') }}