The undefined variable error is common error when we build application. Not only in laravel, but almost in all programming language
This error show up because few things like when you failed passing variable to view file or when you want to print out or access the variable that you never declare before.
How to fix this error ? let see the video.