@namespace BackOffice.Pages.Payment.Components @using MudBlazor @if (Model is not null) { جزئیات تراکنش شناسه: @Model.Id RefId: @Model.RefId مبلغ: @Model.Amount.ToString("N0") ریال وضعیت: @StatusText تاریخ پرداخت: @Model.PaymentDate.ToLocalTime().MiladiToJalaliWithTime() @if (!string.IsNullOrWhiteSpace(Model.BankReferenceId)) { BankReferenceId: @Model.BankReferenceId } @if (!string.IsNullOrWhiteSpace(Model.TrackingCode)) { TrackingCode: @Model.TrackingCode } @if (Model.PaymentFailed && !string.IsNullOrWhiteSpace(Model.PaymentFailedReason)) { دلیل خطا: @Model.PaymentFailedReason } } بستن