middleware('auth'); // $this->middleware('subscribed'); } /** * Show the application dashboard. * * @return Response */ public function show() { return view('home'); } }