@extends('layouts.layout-2') @section('content')
| {{ __('incentive.rank') }} | {{ __('incentive.consultant') }} | {{ __('incentive.admin_terms_accepted') }} | {{ __('incentive.total_points') }} | {{ __('incentive.partners') }} | {{ __('incentive.abos') }} | {{ __('incentive.qualified') }} | {{ __('incentive.status') }} | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ $p->rank ?? '—' }} | @if ($p->user && $p->user->account) {{ $p->user->account->first_name }} {{ $p->user->account->last_name }} @else {{ $p->user->email ?? 'N/A' }} @endif | {{ $p->user->email ?? '' }} | @if ($p->accepted_terms_at) {{ __('incentive.yes') }} {{ $p->accepted_terms_at->format('d.m.Y H:i') }} @else {{ __('incentive.admin_terms_pending') }} @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 ($p->is_qualified) {{ __('incentive.yes') }} @else {{ __('incentive.no') }} @endif | @if ($isWinner) {{ __('incentive.winner') }} @elseif($p->is_qualified) {{ __('incentive.qualified') }} @else {{ __('incentive.open') }} @endif | |
| {{ __('incentive.no_participants') }} | |||||||||