authorizedToSee($request); } /** * Perform any tasks that need to happen on tool registration. * * @return void */ public function boot() { // } /** * Build the menu that renders the navigation links for the tool. * * @param \Illuminate\Http\Request $request * @return mixed */ abstract public function menu(Request $request); }