@csrf @php $statusValue = old('status', $post->status ?? ($post->is_published ?? false ? 'publish' : 'draft')); @endphp

{{ __('Leave blank to auto-generate from title.') }}

{{ __('Post Status') }}

{{ __('Only used when Status is Schedule.') }}

@if(!empty($post->featured_image))
{{ __('Featured image') }}
@endif