@props(['post']) @php $percentage = $post->publishedPercentage(); $isFullyPublished = $post->isFullyPublished(); $publishedCount = $post->tasks()->whereHas('check')->count(); $totalCount = $post->tasks()->count(); @endphp