From abf59f410e911613d613dd8b6b4ede17f3063991 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Fri, 22 Nov 2024 21:58:54 +0500 Subject: [PATCH] wip --- .../Nova/Resources/NovaVisaMasterPaymentOrderItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php b/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrderItem.php index fb14f5c..003434e 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->translatedFormat('M')), + 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')),