public function boot($page = '/')
 {
     Content::getContentPage($page, self::$data);
     return view('master_1', self::$data);
 }