Eloquent Where Clause
In this episode, we are adding a column for our customers list to make them active and inactive. Follow along as we add a where clause to our eloquent call to make this functionality work.
Adding Email For Customers
Let's work together to add an email field and persist it to the database.
Adding Customers To The Database
Now that we have our database in place, let's add a form to add any new customers.