This commit is contained in:
2024-11-22 22:00:53 +05:00
parent 16e48b1c85
commit 1916f95c50

View File

@@ -102,9 +102,9 @@ class NovaVisaMasterPaymentOrderItem extends Resource
Text::make('Amalyň geçirilen wagty', fn () => $this->created_at->format('H:i, d.m.Y')),
Text::make('Amalyň möçberi', fn () => $this->usd_payment_amount),
Text::make('Amalyň möçberi', fn () => $this->usd_payment_amount . ' USD'),
Text::make('Amalyň manat möçberi', fn () => $this->tmt_payment_amount),
Text::make('Amalyň manat möçberi', fn () => $this->tmt_payment_amount . ' TMT'),
Text::make('Amalyň referensi', fn () => $this->payment_order_number),