public function countUsers(View $view)
 {
     $view->with('count', User::count());
 }