@extends('layouts.layout-2') @section('styles') @endsection @section('content') {{-- ===== HERO ===== --}} @if ($incentive->image)
{{ $incentive->name }}
{{ __('incentive.section_period') }}: {{ $incentive->qualification_start->format('d.m.') }} – {{ $incentive->qualification_end->format('d.m.Y') }}

{{ $incentive->name }}

@if ($incentive->getLang('subtitle'))

{{ $incentive->getLang('subtitle') }}

@endif
@else

{{ $incentive->name }}

@if ($incentive->getLang('subtitle'))

{{ $incentive->getLang('subtitle') }}

@endif
@endif {{-- ===== INTRO-TEXT ===== --}} @if ($incentive->getLang('description'))
{!! $incentive->getLang('description') !!}
@else

{{ __('incentive.teaser_intro_bold') }} {{ __('incentive.teaser_intro_text') }}

{{ __('incentive.teaser_intro_cta', ['n' => $incentive->max_winners]) }}

@endif {{-- ===== 3 INFO-KARTEN ===== --}}
{{-- Qualifikationszeitraum --}}
{{ __('incentive.section_period') }}
{{ __('incentive.qualification_period') }} {{ $incentive->qualification_start->format('d.m.Y') }} – {{ $incentive->qualification_end->format('d.m.Y') }}
{{ __('incentive.calculation_period') }} {{ __('incentive.teaser_until') }} {{ $incentive->calculation_end->format('d.m.Y') }}
{{-- Mindestqualifikation --}}
{{ __('incentive.section_min_qual') }}
{{ $incentive->min_direct_partners }}
{{ __('incentive.min_partners_label') }}
{{ $incentive->min_customer_abos }}
{{ __('incentive.min_abos_label') }}
{{-- Punkte-System --}}
{{ __('incentive.section_points') }}
{{ number_format($incentive->points_partner_onetime, 0, ',', '.') }} {{ __('incentive.points_short') }} {{ __('incentive.points_partners_title') }}
{{ number_format($incentive->points_abo_onetime, 0, ',', '.') }} {{ __('incentive.points_short') }} {{ __('incentive.points_abos_title') }}
{{-- ===== PUNKTE-DETAIL ===== --}}

{{ __('incentive.section_points') }}

{{ __('incentive.points_partners_title') }}
{{ number_format($incentive->points_partner_onetime, 0, ',', '.') }} {{ __('incentive.points_short') }}
  • {{ __('incentive.teaser_partner_onetime_text') }}
  • {{ __('incentive.points_starter_package_label') }}
  • {{ __('incentive.points_partner_boost') }}
{{ __('incentive.points_abos_title') }}
{{ number_format($incentive->points_abo_onetime, 0, ',', '.') }} {{ __('incentive.points_short') }}
  • {{ __('incentive.teaser_abo_onetime_text') }}
  • {{ __('incentive.points_abo_direct') }}
  • {{ __('incentive.points_abo_boost') }}
{{-- ===== BILDERGALERIE ===== --}} @if (count($galleryImages) > 0) {{-- Lightbox --}} @endif {{-- ===== CTA-BEREICH ===== --}}
@if ($participant && $participant->accepted_terms_at)

{{ __('incentive.you_participate') }}

{{ __('incentive.teaser_cta_already_in') }}

{{ __('incentive.teaser_cta_to_ranking') }} {{ __('incentive.my_details') }} @elseif ($participant)

{{ __('incentive.teaser_pending_title') }}

{{ __('incentive.teaser_pending_text') }}

{{ __('incentive.teaser_cta_confirm') }} @elseif($incentive->isActive())

{{ __('incentive.teaser_cta_ready') }}

{{ __('incentive.teaser_cta_text', ['n' => $incentive->max_winners]) }}

{{ __('incentive.teaser_cta_button') }} @else

{{ __('incentive.teaser_cta_coming_soon') }}

{{ __('incentive.not_active') }}

@endif
{{-- ===== TEILNAHMEBEDINGUNGEN (Collapse) ===== --}} @if ($incentive->getLang('terms'))
{!! $incentive->getLang('terms') !!}
@endif @endsection @section('scripts') @if (count($galleryImages) > 0) @endif @endsection