# app/Providers/AppServiceProvider.php public function boot() { // add this view()->share('someKey', 'This is shared data'); }