@extends('layouts.layout-2') @section('styles') @endsection @section('content') {{-- Flash-Nachrichten --}} @if (Session::has('alert-success'))
{{ __('incentive.min_qual_intro') }}
{{ __('incentive.min_qual_ranking_hint') }}
{{ __('incentive.min_qual_intro') }}
{{ __('incentive.min_qual_ranking_hint') }}
{{ __('incentive.participate_intro') }}
@if (!empty($participateHasTrackableAbos)){{ __('incentive.not_active') }}
@endif| {{ __('incentive.rank') }} | {{ __('incentive.consultant') }} | {{ __('incentive.total_points') }} | {{ __('incentive.partners') }} | {{ __('incentive.abos') }} | {{ __('incentive.status') }} |
|---|---|---|---|---|---|
| @if ($isWinner && $p->rank && $p->rank <= 3) @elseif ($p->rank) {{ $p->rank }} @else — @endif | @if ($p->accepted_terms_at || $isVipView) @if ($isVipView) @if ($p->accepted_terms_at) @else @endif @endif @if ($p->user && $p->user->account) {{ $p->user->account->first_name }} {{ $p->user->account->last_name }} @else {{ $p->user->email ?? 'N/A' }} @endif @else {{ __('incentive.anonymous_consultant') }} @endif @if ($isMe) {{ __('incentive.you') }} @endif | {{ number_format($p->total_points, 0, ',', '.') }} | {{ $p->qualified_partners }}/{{ $incentive->min_direct_partners }} @if ($p->qualified_partners >= $incentive->min_direct_partners) ✓ @endif | {{ $p->qualified_abos }}/{{ $incentive->min_customer_abos }} @if ($p->qualified_abos >= $incentive->min_customer_abos) ✓ @endif | @if ($isWinner) {{ __('incentive.winner') }} @elseif ($p->is_qualified) {{ __('incentive.qualified') }} @else {{ __('incentive.open') }} @endif |