This way, essentially, all of my views use header.blade.php as I include it in my layout. I need to pass the data to the header on each individual view. So, is there a way to pass data for inclusion only, and not pass data for the header in each view?
source
share