format month indonesia

dev
Aji Kamaludin 1 year ago
parent f7f68d3e79
commit 9039a42850
No known key found for this signature in database
GPG Key ID: 19058F67F0083AD3

@ -78,7 +78,7 @@ class GeneralController extends Controller
'favorite_categories' => $dounat,
'list_favorite_product' => $favoriteProducts,
'list_customer' => $transactionCustomers,
'month' => 'Mei',
'month' => now()->locale('id')->translatedFormat('F'),
'total_sale_month' => $totalSaleMonth,
]);
}

Loading…
Cancel
Save