Like the video? If you like you can help me keeping doing them by making a donation here.

Welcome to the new series in Laraning called Tips and Tricks! In this first video we will learn how to create a global $model variable accessible in all your Blade views that will have the Model that you want to implicitly bind. Meaning, you don't need anymore to pass the model to your views via the Controller but use this $model directly in the Blade view without being returned by any Controller!