| # | {{ __('tables.payment_type') }} | {{ __('tables.total') }} | {{ __('tables.status') }} | {{ __('tables.date') }} | {{ __('tables.reference_number') }} | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$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 }} |
|
||||||||||||