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