Submission
@if(isset($blogArticle->featured_image) && $blogArticle->featured_image)

@else
![Featured image preview]()
@endif
Drafts stay private. Submitting sends the article to admin for approval before it appears on the website.
@if(isset($blogArticle->status))
Current status:
{{ $blogArticle->statusLabel() }}
@endif