@lang('coupon.EditCoupon')
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf @method('PUT')
@lang('validation.Entercode')
@lang('validation.EnterDiscountValue')
@lang('validation.EnterMinimumSpend')
@lang('validation.EnterUsageLimit')
@lang('validation.EnterStartDate')
@lang('validation.EnterEndDate')

@lang('coupon.IsActive')

is_active) == '1' ? 'checked' : '' }} required>
is_active) == '0' ? 'checked' : '' }} required>

@lang('coupon.Type')

type) == 'percentage' ? 'checked' : '' }} required>
type) == 'fixed' ? 'checked' : '' }} required>
@lang('validation.apply_type')
@lang('validation.SelectBranches')