diff --git a/resources/views/studio/posts/index.edge b/resources/views/studio/posts/index.edge index ad42bf4..481ff10 100644 --- a/resources/views/studio/posts/index.edge +++ b/resources/views/studio/posts/index.edge @@ -76,7 +76,12 @@ @if (scope.row.paywallTypeId === 1) Not Paywalled @elseif (scope.row.paywallTypeId === 2) - Delayed Release +
+ Delayed Release +
+
+ Exclusive Til: {{ scope.row.publishAt.plus({ days: 14 }).toFormat('MMM dd, yy') }} +
@elseif (scope.row.paywallTypeId === 3) Full Paywall @endif