{{ $transaction->first()->coupon->present()->code }}
RECO.BON {{ $transaction->first()->coupon->present()->code }}
Kunde
{{ $transaction->first()->coupon->consumer->fullname }}
Empfehler
{{ $transaction->first()->coupon->agent->fullname }}
Gebühr {{ $transaction->where('type', App\Transaction::TYPE_SELLER_OPERATOR_PROVISION_PAYMENT)->first()->present()->amount }}
Cashback {{ $transaction->where('type', App\Transaction::TYPE_SELLER_CONSUMER_DISCOUNT_PAYMENT)->first()->present()->amount }}
RECO.CASH {{ $transaction->where('type', App\Transaction::TYPE_SELLER_AGENT_PROVISION_PAYMENT)->first()->present()->amount }}
Datum {{ $transaction->first()->present()->creationDate }}
Status @if (App\Transaction::STATUS_ALLOCATED === $transaction->first()->status && App\Coupon::STATUS_PAID === $transaction->first()->coupon->status)   Einziehbar @elseif (App\Transaction::STATUS_ALLOCATED === $transaction->first()->status && App\Coupon::STATUS_DONE === $transaction->first()->coupon->status)   Im Banklauf @else {{ $transaction->first()->present()->statusBootstrap }} @endif @if ($transaction->first()->invoice_id) @endif