diff --git a/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php b/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php index 003434e..adf2742 100644 --- a/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php +++ b/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php @@ -100,7 +100,7 @@ class NovaVisaMasterPaymentOrderItem extends Resource Text::make('Töleg ýyly', fn () => $this->created_at->format('Y')), Text::make('Töleg aýy', fn () => $this->created_at->translatedFormat('F')), - Text::make('Amalyň geçirilen wagty', fn () => $this->created_at->format('i:H, d.m.Y')), + 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),