| # | Zahlungsart | Gesamt | Status | Datum | Referenznummer | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$count }} | {{ $shopping_payment->getPaymentType() }} | {{ $shopping_payment->getPaymentAmount() }} | @if ($isAdmin && $shopping_payment->clearingtype === 'fnc' && $shopping_payment->onlinebanktransfertype === 'MIV') @else {!! \App\Services\Payment::getShoppingPaymentBadge($shopping_payment) !!} @endif | {{ $shopping_payment->created_at->format('d.m.Y H:i') }} | {{ $shopping_payment->reference }} | ||||||||
| {{ $count }}.{{ ++$ccount }} |
|
||||||||||||