protected function setupLayout()
 {
     View::share('siteStat', app('App\\good\\Stat\\Stat')->getSiteStat());
     View::share('siteTip', Tip::getRandTip());
 }