diff --git a/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php b/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php index 6841047..fb14f5c 100644 --- a/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php +++ b/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php @@ -98,7 +98,7 @@ class NovaVisaMasterPaymentOrderItem extends Resource Text::make('Amaly geçiren raýatyň kart belgisi (mask)', 'payer_card'), Text::make('Töleg ýyly', fn () => $this->created_at->format('Y')), - Text::make('Töleg aýy', fn () => $this->created_at->format('m')), + Text::make('Töleg aýy', fn () => $this->created_at->translatedFormat('M')), Text::make('Amalyň geçirilen wagty', fn () => $this->created_at->format('i:H, d.m.Y')),