diff --git a/resources/views/admin/plans/index.blade.php b/resources/views/admin/plans/index.blade.php index 8fc7f0c..5597cf1 100644 --- a/resources/views/admin/plans/index.blade.php +++ b/resources/views/admin/plans/index.blade.php @@ -260,9 +260,16 @@ 'order_type' => 'new_purchase', ]), $selfWithoutBack); @endphp + @php + $renewalMissingSubscriptionUrl = $makePlatformOrderUrl([ + 'plan_id' => $plan->id, + 'renewal_missing_subscription' => '1', + ]); + @endphp