response('modules.home.index'); } /** * Show the form for viewing the specified resource. * * @return Response */ public function show() { return redirect()->route('apps.home.index'); } }