recurring_total ?? 0; $billingInterval = $subscription->billing_interval ?? ''; $accessUntilLabel = !empty($subscription->next_billing_date) ? \FluentCart\App\Services\DateTime\DateTime::gmtToTimezone($subscription->next_billing_date)->format('M d, Y') : ''; ?>

customer->full_name); ?>
item_name); ?>
()
render('emails.parts.call_to_action_box', [ 'content' => esc_html__('You can review subscription details and take action if needed from the admin dashboard.', 'fluent-cart'), 'link' => $subscription->getViewUrl('admin'), 'button_text' => __('View Subscription', 'fluent-cart'), ]); ?>