{{-- Logo --}} @php $proProfile = $organizer?->proProfile; $logoUrl = $proProfile?->logoUrl(); @endphp
@if ($logoUrl) {{ $proProfile->organization_name ?? $organizer->name }} @else ND-Link @endif @if ($proProfile?->organization_name)

{{ $proProfile->organization_name }}

@endif
{{-- Header --}}

{{ __('Discount code request') }}

{{ __('Increased reimbursement') }}

{{-- Intro --}}
{{ __('If you receive increased reimbursement, you can request your personal discount code for our events. Upload your attestation of increased reimbursement below — you can download it from your health insurance fund\'s website. You will then receive your personal discount code by email. You only need to do this once.') }}

{{ $discount }}% {{ __('discount') }} @if($couponLabels->count() > 1) · {{ __('valid for') }}: {{ $couponLabels->pluck('name')->join(', ') }} @if($organizer) ({{ $organizer->name }})@endif @elseif($couponLabel) · {{ __('valid for') }}: {{ $couponLabel->name }} @if($organizer) ({{ $organizer->name }})@endif @elseif($organizer) · {{ __('valid for events by') }}: {{ $organizer->name }} @endif

{{-- Form --}}
@csrf @if($couponLabels->count() > 1) {{-- Multi-label scope --}} @if($organizer) @endif @elseif($couponLabel) @elseif($organizer) @endif @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif {{-- Name --}}
{{-- Email --}}

{{ __('Your discount code will be sent to this address.') }}

{{-- File upload --}}
{{-- Drop zone --}}

{{ __('Click to upload') }}

{{ __('or drag and drop') }}

PDF, PNG, JPG {{ __('up to') }} 5 MB — {{ __('max 3 files') }}

{{-- File list --}}
@error('attestations')

{{ $message }}

@enderror @error('attestations.*')

{{ $message }}

@enderror
{{-- Submit --}}

{{ __('Your data is processed in accordance with our') }} {{ __('privacy policy') }}.

© {{ date('Y') }} {{ config('app.name') }}