Skip to content Skip to footer navigation

published

A boolean that specifies whether the content is published. Or "live", or "not a draft".

{{ if published }}
Published!
{{ else }}
Draft
{{ /if }}
@if ($published)
Published!
@else
Draft
@endif