On this second part of the reloaded Laravel and AngularJS tutorial we will finish the pool application started on the first part adding an admin view where the user can create new pool and manage the existent ones. As we already implemented all the CRUD function in our Laravel controller in this tutorial we are going to work only on the AngularJS application.

Let start adding the ngRoute module in our application and configure it to show the 2 view, list and admin.