| {{ __('tables.product') }} | {{ __('tables.quantity') }} | {{ __('tables.price') }} |
|---|---|---|
|
@if($shopping_order_item->product->images)
@if($image = $shopping_order_item->product->images->first())
{{ $shopping_order_item->product->getLang('name') }}
#{{ $shopping_order_item->product->number }}
{{ __('order.content') }}: {{ $shopping_order_item->product->contents }}
{{ __('order.weight') }}: {{ $shopping_order_item->product->weight }} g {{ __('order.points') }}: {{ $shopping_order_item->product->getFormattedPoints() }} |
{{ $shopping_order_item->qty }} | {{ $shopping_order_item->getFormattedPrice() }} € |
| # | {{ __('tables.payment_type') }} | @if($isAdmin){{ __('tables.reference_number') }} | @endif{{ __('tables.total') }} | {{ __('tables.status') }} | {{ __('tables.date') }} | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{++$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}} |
|
||||||||||||