all_stages ?? false) ? 'checked' : '' }} class="custom-control-input {{ $errors->has('all_stages') ? 'is-invalid' : '' }}" id="customSwitch_all_stages">
@if($couponStages) @foreach($couponStages as $stage)
{{ $stage['currentDescription']['title'] ?? "" }}
@endforeach @endif
@push('stack_scripts') @endpush