{!! __('order.reorder_info') !!}
{!! __('order.reorder_info_2', ['country' => $shopping_user->getDeliveryCountry(), 'link' => route('portal.my_data.edit')]) !!}
| # | {{ __('tables.payment_type') }} | {{ __('tables.total') }} | {{ __('tables.status') }} | {{ __('tables.date') }} | {{ __('tables.reference_number') }} |
|---|---|---|---|---|---|
| {{ ++$count }} | {{ $shopping_payment->getPaymentType() }} | {{ $shopping_payment->getPaymentAmount() }} | {!! \App\Services\Payment::getShoppingPaymentBadge($shopping_payment) !!} | {{ $shopping_payment->created_at->format('d.m.Y H:i') }} | {{ $shopping_payment->reference }} |