Basic User/Admin Auth & Basic CRUD Laravel project
Laravel 5.6
Bootstrap 4
The user’s Account/Dashboard. Here they should be able to upload the rest of their info. All info is editable at all times. When user clicks on the profile image it brings up an image uploader to replace the default image with their own.
The Admin Dashboard showing all user registrations. From this list the admin should be able to view registration’s info, edit and delete as well as auto login to the users account.
When admin clicks on the edit icon of a specific registrant, a modal will popup which allows the admin to view and edit the user’s info.