middleware('auth'); } /** * Show the application dashboard. * * @return \Illuminate\Contracts\Support\Renderable */ public function index() { return redirect()->route('posts.manage'); //return view('admin.home'); } }