/** * Bind data to the view. * * @param View $view * @return void */ public function compose(View $view) { $view->with('auth', $this->auth->user()); }