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