@extends('layouts.app') @section('content')
موجودی خود را مدیریت کرده یا حساب خود را از طریق درگاه مستقیم بانکی شارژ کنید.
@if(session('success'))| بابت / توضیحات | مبلغ | وضعیت | تاریخ تراکنش |
|---|---|---|---|
|
{{ $tx->description }}
@if(isset($tx->is_admin_action) && $tx->is_admin_action)
مدیریتی
@endif
|
{{ number_format($tx->amount) }} {{ $tx->currency === 'toman' ? 'تومان' : 'Stars' }} | @if($tx->status === 'success' || $tx->status === 'available') موفق @elseif($tx->status === 'pending') ⏳ در انتظار @else ناموفق @endif | {{ $tx->created_at }} |
| تراکنشی یافت نشد. | |||