Edit a Discount Code
Close
@csrf @method('PUT')
Apply to recurring billing cycles(within the above validity timeframe if any).
Apply restrictions to access this code, or leave field blank:
status == 2) data-confirmation="Are you sure you want to Active this Discount Code?" @else data-confirmation="Are you sure you want to Inactive this Discount Code?" @endif data-discount_id="{{ $discount->id }}" data-close_link="{{ route('discounts.edit', ['id' => $discount->id]) }}"> {{ ($discount->status == 2) ? 'Active' : 'Inactive' }} delete Delete
Code will not apply in the following payment period if paused or deleted.
@include('includes.popup_message')