So i want to set language for Carbon, but i always get same result.
Carbon::setLocale(\'es\'); $archive_current_year = Articles::whereBetween(\'created_at\
try using PHP function setlocale also check if your hosting allows and gives you the locales you want.
setlocale
setlocale(LC_TIME, 'es_ES'); Carbon::setLocale('es'); $archive_current_year = Articles::whereBetween('created_at', [ ....