Complete task 5

This commit is contained in:
Thuan Bui
2025-04-03 10:37:47 +09:00
parent 4b534fd9d5
commit 03db7feece
8 changed files with 1511 additions and 1192 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class HomeController extends Controller
{
$usersCount = User::count();
return view('users');
return view('users', compact('usersCount'));
}
// Task 2. Change the View code so alert would not show on the screen