You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment on HomeController :
// Task 3. Change the View code to show users, or row "No content" if 0 users
For task 4 is wrong; it should read:
// Task 4: in row.blade.php
// in the first column, add the row number: 1, 2, etc.
// only every second row (2nd, 4th, etc) should have CSS class "bg-red-100"
// only the FIRST row should have email column with "font-bold"
The text was updated successfully, but these errors were encountered:
Comment on HomeController :
// Task 3. Change the View code to show users, or row "No content" if 0 users
For task 4 is wrong; it should read:
// Task 4: in row.blade.php
// in the first column, add the row number: 1, 2, etc.
// only every second row (2nd, 4th, etc) should have CSS class "bg-red-100"
// only the FIRST row should have email column with "font-bold"
The text was updated successfully, but these errors were encountered: