@extends('layouts.layout-2') @section('content')
| {{__('Vorname')}} | {{__('Nachname') }} | {{__('E-Mail') }} | {{__('Betrag') }} | {{__('Aus Bestellung')}} | {{__('#')}} |
|---|---|---|---|---|---|
| {{ $ShoppingOrderMargin->first_name }} | {{ $ShoppingOrderMargin->last_name }} | {{ $ShoppingOrderMargin->email }} | {!! \App\Services\UserMarign::getMontlyPartnerCommissionOpenByID($ShoppingOrderMargin->user_id, null, true) !!} € |
@foreach (\App\Services\UserMarign::getOrderFromPartnerCommissionByID($ShoppingOrderMargin->user_id) as $order)
@if($order->shopping_order)
{{$order->shopping_order->shopping_user->billing_firstname }}
{{$order->shopping_order->shopping_user->billing_lastname }}
/ {{ $order->shopping_order->getLastShoppingPayment('reference') }}
/ {{ $order->shopping_order->getFormattedTotalWithoutCredit()." €" }}
/ {{ $order->shopping_order->created_at->format("d.m.Y") }}
@endif @endforeach |
| {{__('Vorname')}} | {{__('Nachname') }} | {{__('E-Mail') }} | {{__('Betrag') }} | {{__('aus Bestellung')}} |
|---|---|---|---|---|
| {{ $ShoppingOrderMarginPending->first_name }} | {{ $ShoppingOrderMarginPending->last_name }} | {{ $ShoppingOrderMarginPending->email }} | {!! \App\Services\UserMarign::getMontlyPartnerCommissionPendingByID($ShoppingOrderMarginPending->user_id, null, true) !!} € |
@foreach (\App\Services\UserMarign::getOrderFromPartnerCommissionPendingByID($ShoppingOrderMarginPending->user_id) as $order)
@if($order->shopping_order)
{{$order->shopping_order->shopping_user->billing_firstname }}
{{$order->shopping_order->shopping_user->billing_lastname }}
/ {{ $order->shopping_order->getLastShoppingPayment('reference') }}
/ {{$order->shopping_order->getFormattedTotalWithoutCredit()." €" }}
/ {{ $order->shopping_order->created_at->format("d.m.Y") }}
@endif @endforeach |
| ID | {{__('Vorname')}} | {{__('Nachname') }} | {{__('E-Mail') }} | {{__('Betrag') }} | {{__('Datum') }} | {{__('aus Bestellung')}} | {{__('Status')}} | {{__('Gutschrift')}} |
|---|