next_billing_date); $billingLabel = $billingDate ? \FluentCart\App\Services\DateTime\DateTime::gmtToTimezone($billingDate)->format('M d, Y h:i A') : ''; $renewalAmount = $subscription->recurring_total ?? 0; $billingInterval = $subscription->billing_interval ?? ''; ?>

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