published

{{ if published }}

Published!

{{ else }}

Draft

{{ /if }}

@if ($published)

Published!

@else

Draft

@endif