ASSIGNMENT:
- The dump and die when visiting home returns all the episodes in the database where watched is false
- alter the query so it returns only first episode (ordered by season first and by number second) of each show where watched is false
The query can be found in the Controller.php index()