diff --git a/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php b/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php index adf2742..f27b4b0 100644 --- a/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php +++ b/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php @@ -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),