@csrf @if($method === 'PUT') @method('PUT') @endif

Write Article

Submission

@if(isset($blogArticle->featured_image) && $blogArticle->featured_image) Featured image @else @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

SEO

Cancel