Код: Выделить всё
$startDate = Carbon::now()->endOfMonth();
$lastSunday = $startDate()->endOfWeek();
Подробнее здесь: https://stackoverflow.com/questions/479 ... ith-carbon
Код: Выделить всё
$startDate = Carbon::now()->endOfMonth();
$lastSunday = $startDate()->endOfWeek();