{{ $transaction->first()->coupon->present()->code }}
RECO.BON {{ $transaction->first()->coupon->present()->code }}
{{ $transaction->first()->coupon->present()->status_metronic }}
Seller @include('redesign.back.metronic.pieces.img_card', [ 'img' => $transaction->first()->coupon->template->seller->account->logo, 'title' => $transaction->first()->coupon->template->seller->account->company, ])
Gebühr {{ $transaction->where('type', \App\Transaction::TYPE_SELLER_OPERATOR_PROVISION_PAYMENT)->first()->present()->amount }} @if( (float)$transaction->where('type', \App\Transaction::TYPE_SELLER_OPERATOR_PROVISION_PAYMENT)->first()->amount )
{{ $transaction->where('type', \App\Transaction::TYPE_SELLER_OPERATOR_PROVISION_PAYMENT)->first()->present()->status_metronic }} @endif @if ($transaction->where('type', \App\Transaction::TYPE_SELLER_OPERATOR_PROVISION_PAYMENT)->first()->invoice_id)
@endif
Cashback {{ $transaction->where('type', \App\Transaction::TYPE_SELLER_CONSUMER_DISCOUNT_PAYMENT)->first()->present()->amount }} @if( (float)$transaction->where('type', \App\Transaction::TYPE_SELLER_CONSUMER_DISCOUNT_PAYMENT)->first()->amount )
{{ $transaction->where('type', \App\Transaction::TYPE_SELLER_CONSUMER_DISCOUNT_PAYMENT)->first()->present()->status_metronic }} @endif @if ($transaction->where('type', \App\Transaction::TYPE_SELLER_CONSUMER_DISCOUNT_PAYMENT)->first()->invoice_id)
@endif
RECO.CASH {{ $transaction->where('type', \App\Transaction::TYPE_SELLER_AGENT_PROVISION_PAYMENT)->first()->present()->amount }} @if( (float)$transaction->where('type', \App\Transaction::TYPE_SELLER_AGENT_PROVISION_PAYMENT)->first()->amount )
{{ $transaction->where('type', \App\Transaction::TYPE_SELLER_AGENT_PROVISION_PAYMENT)->first()->present()->status_metronic }} @endif @if ($transaction->where('type', \App\Transaction::TYPE_SELLER_AGENT_PROVISION_PAYMENT)->first()->invoice_id)
@endif
Warenkorb {{ $transaction->first()->coupon->netto }}
Kunde @include('redesign.back.metronic.pieces.user_card', [ 'img' => $transaction->first()->coupon->consumer->userpic, 'title' => $transaction->first()->coupon->consumer->fullname, ])
Cashback {{ $transaction->where('type', \App\Transaction::TYPE_CONSUMER_COUPON_DISCOUNT_CREDIT)->first()->present()->amount }} @if( (float)$transaction->where('type', \App\Transaction::TYPE_CONSUMER_COUPON_DISCOUNT_CREDIT)->first()->amount )
{{ $transaction->where('type', \App\Transaction::TYPE_CONSUMER_COUPON_DISCOUNT_CREDIT)->first()->present()->status_metronic }} @endif @if ($transaction->where('type', \App\Transaction::TYPE_CONSUMER_COUPON_DISCOUNT_CREDIT)->first()->credit_note_id)
@endif
Empfehler @include('redesign.back.metronic.pieces.user_card', [ 'img' => $transaction->first()->coupon->agent->userpic, 'title' => $transaction->first()->coupon->agent->fullname, ])
Cashback {{ $transaction->where('type', \App\Transaction::TYPE_AGENT_COUPON_PROVISION_CREDIT)->first()->present()->amount }} @if( (float)$transaction->where('type', \App\Transaction::TYPE_AGENT_COUPON_PROVISION_CREDIT)->first()->amount )
{{ $transaction->where('type', \App\Transaction::TYPE_AGENT_COUPON_PROVISION_CREDIT)->first()->present()->status_metronic }} @endif @if ($transaction->where('type', \App\Transaction::TYPE_AGENT_COUPON_PROVISION_CREDIT)->first()->credit_note_id)
@endif
Datum {{ $transaction->first()->present()->creationDate }}