@if ($wallet_history->transaction) @endif @if ($wallet_history->order) @endif
آیدی {{ $wallet_history->id }}
کاربر مربوطه {{ $wallet_history->wallet->user->fullname }}
مبلغ {{ number_format($wallet_history->amount) }} تومان
نوع تراکنش @if ($wallet_history->type == 'deposit') افزایش اعتبار
@else کاهش اعتبار
@endif
تاریخ تراکنش {{ jdate($wallet_history->created_at) }}
وضعیت @if($wallet_history->status == 'success')
موفق
@else
ناموفق
@endif
توضیحات {!! $wallet_history->description !!}
شماره تراکنش {{ $wallet_history->transaction->transId }}
شماره پیگیری {{ $wallet_history->transaction->traceNumber }}
شماره سفارش {{ $wallet_history->order->id }}