@extends('layouts.layout-2') @section('content')

{{ __('navigation.my_account') }} / {{ __('navigation.paycredit') }}

@if($user && $user->user_pay_credits) @foreach($user->user_pay_credits as $user_pay_credit) @if($user_pay_credit->status === 3) @else @endif @endforeach @endif
Mitteilung Betrag altes Guthaben neues Guthaben Datum
{!! nl2br($user_pay_credit->message) !!}{{ trans('payment.'.$user_pay_credit->message) }} @if($user_pay_credit->shopping_order_id) @endif
{{ formatNumber($user_pay_credit->credit) }} €
{{ formatNumber($user_pay_credit->old_credit_total) }} €
{{ formatNumber($user_pay_credit->new_credit_total) }} €
{{ formatDate($user_pay_credit->created_at) }}
@endsection