Laravel Observers are listeners for a model it's a listen-to event method like create, update and delete.
It can be used to modify the model or to modify any other models that are related to the model being saved or deleted, sometimes it can be used ...