LaravelDaily/Test-Laravel-Blade-Basics

Missleading comment in HomeController

cemkoker opened this issue · 0 comments

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"