platform_orders index: compact view shows subscription ends_at date-only
This commit is contained in:
@@ -1130,7 +1130,13 @@
|
||||
<span class="muted">-</span>
|
||||
@endif
|
||||
</td>
|
||||
<td>{{ optional($order->siteSubscription?->ends_at)->format('Y-m-d H:i:s') ?: '-' }}</td>
|
||||
<td>
|
||||
@if($isFullView)
|
||||
{{ optional($order->siteSubscription?->ends_at)->format('Y-m-d H:i:s') ?: '-' }}
|
||||
@else
|
||||
{{ optional($order->siteSubscription?->ends_at)->format('Y-m-d') ?: '-' }}
|
||||
@endif
|
||||
</td>
|
||||
<td class="col-optional">{{ data_get($order->meta, 'subscription_activation.synced_at') ?: '-' }}</td>
|
||||
<td class="col-optional">
|
||||
@php
|
||||
|
||||
Reference in New Issue
Block a user