@extends('layouts.layout-2') @section('content')

{{ __('navigation.statistics') }} / {{ $details['metric_label'] }} VIP
CSV {{ __('back') }}

Linie
{{ $details['line_label'] }}
Zeitraum
{{ $details['month'] }}/{{ $details['year'] }}
Kennzahl
{{ $details['metric_label'] }}
Treffer
{{ number_format($details['summary']['count'], 0, ',', '.') }}
Datenschutz-Hinweis: Die Anzeige personenbezogener Detaildaten befindet sich noch in rechtlicher Klärung und ist aktuell nur für berechtigte VIP-Auswertungen vorgesehen.
@if ($details['rows'] === [])

{{ __('tables.no_data_available') }}

@else
Suche nach Name, E-Mail, Status, Punkten oder Datum. Die Summenzeile bleibt unverändert.
@if (in_array($details['metric'], ['team_partner_abos', 'team_customer_abos'], true)) @elseif (in_array($details['metric'], ['own_points', 'external_points', 'customer_abo_points', 'customer_single_order_points', 'customer_other_points', 'total_points', 'shop_1000'], true)) @else @endif @foreach ($details['rows'] as $row) @if (in_array($details['metric'], ['team_partner_abos', 'team_customer_abos'], true)) @elseif (in_array($details['metric'], ['own_points', 'external_points', 'customer_abo_points', 'customer_single_order_points', 'customer_other_points', 'total_points', 'shop_1000'], true)) @else @endif @endforeach @if (in_array($details['metric'], ['team_partner_abos', 'team_customer_abos'], true)) @elseif (in_array($details['metric'], ['own_points', 'external_points', 'customer_abo_points', 'customer_single_order_points', 'customer_other_points', 'total_points', 'shop_1000'], true)) @else @endif
Name E-Mail Karriere-Level Berater Abo-Punkte Status Besteht seit Nächste Ausführung Lieferungen Eigenpunkte Externe Punkte Kundenabo-Punkte Einzelbestellungs-Punkte Sonstige Kundenpunkte Gesamtpunkte Aktiv seit Account gültig bis
Summe {{ number_format($details['summary']['count'], 0, ',', '.') }} Einträge {{ \App\Services\Util::formatNumber($details['summary']['points']) }} {{ number_format($details['summary']['deliveries'], 0, ',', '.') }}{{ \App\Services\Util::formatNumber($details['summary']['own_points']) }} {{ \App\Services\Util::formatNumber($details['summary']['external_points']) }} {{ \App\Services\Util::formatNumber($details['summary']['customer_abo_points']) }} {{ \App\Services\Util::formatNumber($details['summary']['customer_single_order_points']) }} {{ \App\Services\Util::formatNumber($details['summary']['customer_other_points']) }} {{ \App\Services\Util::formatNumber($details['summary']['total_points']) }}
@endif
@if ($details['rows'] !== []) @endif @endsection