This commit is contained in:
Adrian Hopek
2022-03-15 11:41:27 +01:00
parent cdb8a50dfb
commit eb3c939dd5
9 changed files with 13 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ class DashboardController extends Controller
$holidays = Holiday::query()
->whereDate("date", ">=", $now)
->latest()
->orderBy("date")
->limit(3)
->get();