{{ $transaction->first()->coupon->present()->code }}
{{ $transaction->first()->coupon->present()->status_metronic }}
|
@include('redesign.back.metronic.pieces.img_card', [
'img' => $transaction->first()->coupon->template->seller->account->logo,
'title' => $transaction->first()->coupon->template->seller->account->company,
])
|
{{ $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
|
{{ $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
|
{{ $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
|
{{ $transaction->first()->coupon->present()->netto }}
|
@include('redesign.back.metronic.pieces.user_card', [
'img' => $transaction->first()->coupon->consumer->userpic,
'title' => $transaction->first()->coupon->consumer->fullname,
])
|
{{ $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
|
@include('redesign.back.metronic.pieces.user_card', [
'img' => $transaction->first()->coupon->agent->userpic,
'title' => $transaction->first()->coupon->agent->fullname,
])
|
{{ $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
|
{{ $transaction->first()->present()->creationDate }}
|
|