| Produkt | Anzahl | Preis |
|---|---|---|
|
@if($shopping_order_item->product->images)
@if($image = $shopping_order_item->product->images->first())
{{ $shopping_order_item->product->name }}
#{{ $shopping_order_item->product->number }}
Inhalt: {{ $shopping_order_item->product->contents }}
Gewicht: {{ $shopping_order_item->product->weight }} g Points: {{ $shopping_order_item->product->points }} |
{{ $shopping_order_item->qty }} | {{ $shopping_order_item->getFormattedPrice() }} € |
| # | Zahlungsart | @if($isAdmin)Referenznummer | @endifGesamt | Status | Datum | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{++$count}} | {{$shopping_payment->getPaymentType()}} | @if($isAdmin){{$shopping_payment->reference}} | @endif{{$shopping_payment->getPaymentAmount()}} | {!! \App\Services\Payment::getShoppingPaymentBadge($shopping_payment) !!} | {{$shopping_payment->created_at->format("d.m.Y H:i")}} | ||||||||
| {{$count}}.{{++$ccount}} |
|
||||||||||||