@extends('layouts.layout-2') @section('content')
{{ __('tables.no_data_available') }}
{{ __('abo.customer_privacy_info') }}
| {{ __('tables.customer') }} | {{ __('navigation.points') }} | {{ __('tables.status') }} | {{ __('tables.next_date') }} | {{ __('tables.abo_delivery') }} | {{ __('tables.active') }} |
|---|---|---|---|---|---|
| {{ __('tables.customer') }} #{{ $index + 1 }} | {{ $abo->getFormattedTotalPoints() }} Pkt. | {!! $abo->getStatusFormated() !!} | {{ $abo->next_date }} | {{ $abo->getCountOrders() }} | {!! get_active_badge($abo->active) !!} |