@php $translation = $post->translations->first(); $isPublished = $translation ? ($translation->from <= now() && ($translation->till === null || $translation->till > now())) : false; @endphp @usercan('manage posts') @profile('admin')
@if (!$isPublished) {{ __('This post is not published.') }} @endif
@endprofile @endusercan