In Laravel I have a table settings and i have fetched complete data from the table in the BaseController, as following
public function __construct() {
View::share('site_settings', $site_settings);
Add to
app->Providers->AppServiceProvider file boot method
app->Providers->AppServiceProvider
it's global variable.