@csrf @php $statusValue = old('status', $post->status ?? ($post->is_published ?? false ? 'publish' : 'draft')); @endphp
{{ __('Leave blank to auto-generate from title.') }}
{{ __('Only used when Status is Schedule.') }}