{{ __('navigation.abo') }} {{ __('tables.executions') }}
@if($user_abo->user_abo_orders) @foreach($user_abo->user_abo_orders()->orderBy('id', 'desc')->get() as $user_abo_order) @if($user_abo_order->shopping_order) @endif @endforeach @endif
# {{__('tables.date')}} {{__('tables.amount')}} {{__('tables.payment')}} {{__('tables.status')}} {{__('tables.shipping')}} {{__('tables.art')}} {{__('tables.invoice')}} {{__('tables.firstname')}} {{__('tables.lastname')}} {{__('tables.email')}} {{__('tables.status')}} {{__('tables.rf_no')}}
@if($isAdmin) @if($user_abo->is_for === 'me') {!! ''.$user_abo_order->shopping_order_id.'' !!} @endif @if($user_abo->is_for === 'ot') {!! ''.$user_abo_order->shopping_order_id.'' !!} @endif @else @if($user_abo->is_for === 'me') {!! ''.$user_abo_order->shopping_order_id.'' !!} @endif @if($user_abo->is_for === 'ot') {!! ''.$user_abo_order->shopping_order_id.'' !!} @endif @endif {!! $user_abo_order->shopping_order->created_at->format("d.m.Y H:i") !!} {!! $user_abo_order->shopping_order->getFormattedTotalShipping() !!} € {!! $user_abo_order->shopping_order->getLastShoppingPayment('getPaymentType'); !!} {!! \App\Services\Payment::getShoppingOrderBadge($user_abo_order->shopping_order) !!} {!! ''.$user_abo_order->shopping_order->getShippedType().'' !!} {!! ''.$user_abo_order->shopping_order->getPaymentForType().'' !!} @if($user_abo_order->shopping_order->isInvoice()) {!! ' ' !!} @endif {{ $user_abo_order->shopping_order->shopping_user->shipping_firstname }} {{ $user_abo_order->shopping_order->shopping_user->shipping_lastname }} {{ $user_abo_order->shopping_order->shopping_user->shipping_email }} {!! $user_abo_order->getStatusFormated()!!} {{ $user_abo_order->shopping_order->getLastShoppingPayment('reference') }}