Greetings, is there a way to hook into Laravel's lifecycle such that after views are rendered, I can perform some functionality? Something like the __destroy() method in AppServiceProvider comes to mind but I don't think thats the way to go, or possible. For the moment, I have the logic at the bottom of my blade layout, but, this doesn't seem an appropriate place for this business logic to be. Thank you.