Basic Students entity manager using Laravel + Blade, it allows the user to:
-
See the list of students saved in the database (only show the Fullname and Email in the list)
-
Add new student to the database
-
Edit a student
-
Delete a student
-
See the student profile page (showing the photo and full information related to the student)