customer->full_name), esc_html( $subscription->item_name ) ); ?>

render('emails.parts.items_table', [ 'order' => $order, 'formattedItems' => $order->order_items, 'heading' => __('Unpaid Renewal', 'fluent-cart'), ]); echo '
'; \FluentCart\App\App::make('view')->render('emails.parts.call_to_action_box', [ 'content' => __('To review this subscription and take action, please check the subscription detail page.', 'fluent-cart'), 'link' => $order->getViewUrl('admin'), 'button_text' => __('View Details', 'fluent-cart'), ]);