{{ __('Redeem a Gift Code') }}

@if(session('error'))
{{ session('error') }}
@endif
@csrf {{-- Code field — always shown --}}
@if($showProductPicker) ↩ Use a different code @endif
@if($showProductPicker) {{-- Step 2: product selection --}}
This code can be applied to any product. Select the one you'd like to activate:
{{ __('Activate Gift') }} @else {{-- Step 1: just check the code --}}

Enter your gift code to check it and activate your subscription.

{{ __('Check Code') }} @endif