all_users ?? false) ? 'checked' : '' }} class="custom-control-input {{ $errors->has('all_users') ? 'is-invalid' : '' }}" id="customSwitch_all_users">
@if($couponUsers) @foreach($couponUsers as $user)
{{ $user['name'] ?? $user['username'] }}
@endforeach @endif
@push('stack_scripts') @endpush